Re: Ax1: making document() calls use files instead of URLs

2008-06-24 Thread Jörg Walter
On Monday, 23. June 2008, Martijn wrote: Hello. Quick question, about AxKit1 - trying to boost performance during the final days the server is running AxKit1. Is there a simple way to make document() calls in XSLT-stylesheets use local files instead of URLs, like AxKit2 does by default? Our

Re: AxKit to AxKit 2? / axkit 1 axkit uris issues.

2008-06-18 Thread Jörg Walter
On Tuesday, 17. June 2008, fess wrote: I have a site that has been running AxKit 1.6.2 for some years now. I have 2 questions: 1. Is there any documentation about the difference between the Axkit 1 and AxKit2? Any how to upgrade, why to upgrade documents? AxKit1 and 2 differ greatly. If

Re: AxKit2 dvelopment

2008-06-17 Thread Jörg Walter
On Tuesday, 17. June 2008, Martijn wrote: Hello all. Since this list has gone rather quiet, I was wondering what the development status of AxKit2 is. While working with AxKit2, I found a few (minor) bugs in the code (e.g. sending multiple cookies didn't work). I thought it might be worth

Re: AxKit2 sessions

2008-04-18 Thread Jörg Walter
On Wednesday, 16. April 2008, Martijn wrote: Just wondering if someone has written something that does session management on AxKit2? Will need to do so, and will try to make it as much like Apache::AxKit::Session as possible, but thought someone else might have done that already. Not yet,

Re: AxKit2 continuations

2008-04-18 Thread Jörg Walter
On Wednesday, 16. April 2008, Martijn wrote: one thing at a time. Doesn't this mean that it can also do one XSLT transformation or XSP interpretation at a time so if someone requests a 'heavy' page than no one else will be able to access the AxKit server? Right. So keep your XSLT / XSP

Re: authenticate plugin

2008-01-05 Thread Jörg Walter
On Freedag, 04. Januor 2008, [EMAIL PROTECTED] wrote: Lo, How do I get at the session data in the authenticate plugin from within my plugin? ie the user name and the session id. Interesting question. I'd have thought I documented that, but if you ask, I guess I forgot that. Are you online

Re: ax2: serve_cgi

2007-12-13 Thread Jörg Walter
On Middeweken, 12. Dezember 2007, [EMAIL PROTECTED] wrote: serve_cgi is leaving zombie processes behind. Any ideas how to reap them? I will take care of that, as I am delving the AxKit2 sorce atm. as well. Check SVN in a couple of hours. -- CU Joerg

Re: [AxKit1] $r-pnotes-('GLOBALS')

2007-08-22 Thread Jörg Walter
On Maandag, 20. August 2007, Martijn wrote: [I think this is something specific to AxKit - correct me if I'm wrong and I should have sent this to the mod_perl list instead. My sincere apologies in that case.] I'm (re)writing some old scripts for AxKit1 and realised that I could make my life

Re: hooks

2007-07-04 Thread Jörg Walter
On Middeweken, 04. Juli 2007, [EMAIL PROTECTED] wrote: On 3 Jul 2007 at 18:04, Also Sprach Jörg Walter: On Maandag, 25. Juni 2007, [EMAIL PROTECTED] wrote: I also notice that response sent goes via my code, but when I use the browser back button, Response sent is on the console

Re: hooks

2007-07-03 Thread Jörg Walter
On Maandag, 25. Juni 2007, [EMAIL PROTECTED] wrote: I also notice that response sent goes via my code, but when I use the browser back button, Response sent is on the console, but nothing from my hook. Anyone any ideas? A bit late perhaps, but that looks like a HEAD request that doesn't

Re: Ax2 file handling

2007-05-24 Thread Jörg Walter
On Dunnersdag, 24. Mai 2007, Matt Sergeant wrote: I'd like to clean this up so that it's more provider-like as in AxKit1... But I'm just not sure exactly how yet. Perhaps via Moe's message-passing stuff he added in. Huh? Did I hear my name? :-) Message passing would work, but wouldn't a

Re: Axkit2 and Apache fop?

2007-01-27 Thread Jörg Walter
On Friday, 26. January 2007 22:50, Wayde Nie wrote: I didn't see anything in the archives, but can Axkit2 be used to process xml into pdf using Apache fop like Axkit1 was able to do? If so, can anyone provide a couple of pointers? I've currently got Axkit2 and fop (and their prerequisites)

Re: Ax2: contributing

2007-01-25 Thread Jörg Walter
On Thursday, 25. January 2007 11:10, [EMAIL PROTECTED] wrote: On 24 Jan 2007 at 11:39, Also Sprach Matt Sergeant: On 24-Jan-07, at 10:52 AM, [EMAIL PROTECTED] wrote: Given the above (I presume it's correct) the ways around it are 1) Have a separate DBI daemon that processes requests

Re: AxKit2 Wiki

2007-01-24 Thread Jörg Walter
On Wednesday, 24. January 2007 13:08, [EMAIL PROTECTED] wrote: I think it's been mentioned before either on list or in the docs about where stuff should be installed. I don't think (as apposed to the wiki) that the modules etc should be under a per site directory structure. That makes

Re: Static files and hook_xml_response

2007-01-24 Thread Jörg Walter
On Wednesday, 24. January 2007 13:24, [EMAIL PROTECTED] wrote: I'm still having static files, .js, .jpg etc go through hook_xml_response. I have a test in there that returns DECLINED for such files, but it's a bit of a kludge. Perhaps it should be possible to do it via the config file? I was

Re: Ax2: contributing

2007-01-24 Thread Jörg Walter
On Wednesday, 24. January 2007 13:29, [EMAIL PROTECTED] wrote: I was wondering if it would be possible to contribute to the project a mysql db app? They don't come more dynamic than a db app :) Did you solve the problem of asynchronous queries? I think that was the main problem last time. You

Re: Static files and hook_xml_response

2007-01-24 Thread Jörg Walter
On Wednesday, 24. January 2007 16:40, [EMAIL PROTECTED] wrote: Ah, that may be my problem, I don't have dynamic page extensions. Below is my config file. Is what I want not possible with this setup? Yes it is. While things may look Apache-ish, we are talking about a perl program. Of course

AxKit2 Wiki

2007-01-23 Thread Jörg Walter
Hi! I have added frist pages to the AxKit2 wiki located at: http://trac.axkit.org/axkit2/wiki Feel free to add to my effort, explaining your own experiences or trying to understand my explanations. Basically, this is how my server is now running a heterogenous AxKit1/2/PHP SSL-enabled

Re: Axkit2 wiki

2007-01-17 Thread Jörg Walter
On Wednesday, 17. January 2007 21:17, Matt Sergeant wrote: On 17-Jan-07, at 9:34 AM, [EMAIL PROTECTED] wrote: Are we to have an AxKit2 wiki or something hanging off the existing AxKit1 wiki? Not sure - what do you think would be best? I'm thinking start from scratch... I need to either

Re: Axkit2 wiki

2007-01-17 Thread Jörg Walter
On Wednesday, 17. January 2007 23:44, Matt Sergeant wrote: On 17-Jan-07, at 4:26 PM, Jörg Walter wrote: I need to either beef up the wiki properly so that we can add accounts for editors, or just go with a different piece of software for the wiki. Matt, trac has a built-in wiki. Why

Re: Using methods in one plugin from another

2006-10-16 Thread Jörg Walter
On Friday, 13. October 2006 17:11, [EMAIL PROTECTED] wrote: On 13 Oct 2006 at 10:53, Also Sprach Matt Sergeant: On 13-Oct-06, at 7:39 AM, [EMAIL PROTECTED] wrote: I thought I'd move some code from my plugin and put it into its own plugin. However, the methods in the new plugin need to be

Re: xml_response question

2006-10-05 Thread Jörg Walter
On Thursday, 05. October 2006 17:23, [EMAIL PROTECTED] wrote: At the moment I have a line in xml_response that checks the request for ending in css, gif etc so as to return DECLINE and not try and put them thrugh a stylesheet. Is there an inbuilt way of doing this(ie separating ordinary files

Re: parse_post_param problem

2006-10-05 Thread Jörg Walter
On Thursday, 05. October 2006 17:17, [EMAIL PROTECTED] wrote: On 4 Oct 2006 at 16:38, Also Sprach Jörg Walter: It's the problem of all redirects. Apache is no different. The solution is to try the just discussed way of suppressing the redirects, or to /-terminate the URL right from

Re: uri to file strangeness

2006-10-04 Thread Jörg Walter
On Wednesday, 04. October 2006 12:31, [EMAIL PROTECTED] wrote: Lo all, There's a bit of a difference as outlined below. It doesn't seem to be causing problems tho. Any url seems to have a / put on the end for some reason. fred is set up in axkit.conf as a location. Locations are usually

Re: parse_post_param problem

2006-10-04 Thread Jörg Walter
On Wednesday, 04. October 2006 16:18, [EMAIL PROTECTED] wrote: Well, I eventually found how to do it, but I now have a problem The log below is from when the submit button is pressed. As one can see, the params username and passwordname are put into the clients param api but then are promptly

Re: uri_to_file

2006-09-24 Thread Jörg Walter
On Sunday, 24. September 2006 11:00, Lars Skjærlund wrote: However, I might have misunderstood you: When I complained that DirectoryIndex would only take a single parameter - and that I needed more - you answered in two ways: By adding an error message stating that you cannot have more than

Re: uri_to_file

2006-09-23 Thread Jörg Walter
On Saturday, 23. September 2006 11:27, Lars Skjærlund wrote: * Are the plugins included with AxKit2 meant as examples only to be modified by the end user, or are they intended as end-user code? If I modify a plugin, won't the modifications be overwritten by later updates? I think of the

Re: uri_to_file

2006-09-23 Thread Jörg Walter
On Sunday, 24. September 2006 02:00, Lars Skjærlund wrote: Nothing cannot be solved - it's just software, and it seems you've uncovered a bug in uri_to_file that needs fixed anyway. What I meant with cannot be solved was that it appeared that you did not want to solve it. While I don't

Re: uri_to_file

2006-09-20 Thread Jörg Walter
On Wednesday, 20. September 2006 17:41, Lars Skjærlund wrote: Hi all, Playing around again, I fell over some other bits whose behaviour I didn't like. If you have a DirIndex like 'index.odt index.html', uri_to_file only reads the first value. My patch makes it multivalued like with Apache

Re: Serving files

2006-09-18 Thread Jörg Walter
On Sunday, 17. September 2006 09:44, Lars Skjærlund wrote: * But passing it on as you suggested, $hd-filename(\$document), serve_file won't open it. I've added several LOGDEBUGs to serve_file, and it is the open that fails. Can you try modifying the open call to use the three-argument form,

Re: Temporary data storage

2006-09-18 Thread Jörg Walter
On Monday, 18. September 2006 14:54, [EMAIL PROTECTED] wrote: localhost:8000/emap?rose=encrypted string Where can I put the parameters? Should I 1) Have a my %hash in the plugin? 2) store a hashref in notes 3) something else? Why not decrypt the values and store them in

Re: ANNOUNCE: AxKit2 1.0

2006-09-18 Thread Jörg Walter
On Saturday, 16. September 2006 23:14, Lars Skjærlund wrote: * libferris runs in user space - we want something that runs in system space. When somebody adds additional RDF information, that information should be shared with the entire organization, not kept personal. I don't doubt your

Re: AxKit2 on Windows

2006-09-18 Thread Jörg Walter
On Monday, 18. September 2006 16:47, Andrew Davies wrote: So I fall at the first hurdle- I can't get AxKit2 running on Windows. I know it serves me right (:-)), but didn't someone say they'd done this? Although I can't help you with Danga::Socket, I hope you will be running all demos and

Re: Serving files

2006-09-16 Thread Jörg Walter
On Saturday, 16. September 2006 12:09, you wrote: Temporary files are implicitly closed when 'you launch another program from within your script', to quote the Camel Book - and with the plugin architecture of Ax2, this seems to be the case. So even though I've tried modifying server_file to

Re: Serving files

2006-09-15 Thread Jörg Walter
On Friday, 15. September 2006 12:50, Lars Skjærlund wrote: Do I need to reinvent the wheel, or is there some way that my plugin can pass the file to the serve_file plugin? The file only exists as a temporary file and/or a cached file. I can of course leave the temporary file intact and modify

Re: Passing parameters

2006-09-15 Thread Jörg Walter
On Friday, 15. September 2006 14:14, Lars Skjærlund wrote: With Ax1, I could pass parameters from Perl code to the XSLT processor and use them in my stylesheets by setting these in the Apache request object - something like: I think you have found the next missing feature. Feel free to

Re: Axkit2 Caching

2006-09-14 Thread Jörg Walter
On Thursday, 14. September 2006 10:43, [EMAIL PROTECTED] wrote: On 13 Sep 2006 at 14:20, Also Sprach Matt Sergeant: [EMAIL PROTECTED] wrote: Is the Cache::Cache stuff in there for us to roll our own caching of html pages or does Axkit2 have that inbuilt? I'm looking for feedback on

Re: Providers?

2006-09-14 Thread Jörg Walter
On Thursday, 14. September 2006 13:38, Lars Skjærlund wrote: As you can see, I've tried to handle it directly in my routine, but I've also tried to do it the way you recommended (with a proper change of axkit.conf, of course). No matter what, I get the same error: 10.0.16.50:3220 L3 FATAL

Re: continuations

2006-09-14 Thread Jörg Walter
On Thursday, 14. September 2006 17:16, [EMAIL PROTECTED] wrote: Reading the docs, I've come to the continuation section. Does it only apply to disk stuff or could I write something that handled long database queries, for example? Basically, it's about anything that lasts some time. Regarding

Re: Providers?

2006-09-14 Thread Jörg Walter
On Thursday, 14. September 2006 23:03, Lars Skjærlund wrote: Have you printed/logged what's in $document? Yep - it _does_ contain the content of context.xml. Did you try to parse context.xml manually? Maybe there's something with encoding that doesn't work. For example, the Zip module may

Re: Dynamic configuration

2006-09-14 Thread Jörg Walter
On Thursday, 14. September 2006 23:34, Lars Skjærlund wrote: But working with a lot of modules might mean restarting AxKit very often and that might not be practical in a production environment: Would it be possible to add some kind of dynamic configuration to AxKit? Yes, easily. It is

Re: Dynamic configuration

2006-09-14 Thread Jörg Walter
On Friday, 15. September 2006 00:08, Lars Skjærlund wrote: It wouldn't be a nice tough if creating a new plugin for a customer would mean restarting their production server as we expect to have to create a lot of plugins on a regular basis. Ah, I get it. Well, I'd do that in a meta-plugin. A

Re: Providers?

2006-09-13 Thread Jörg Walter
On Wednesday, 13. September 2006 11:15, Lars Skjærlund wrote: Hi list, I'm trying to work my way through the new AxKit2 code - but before I figure it out myself, maybe someone would be kind enough to help me: Where's the equivalent of an AxKit1 Provider? For AxKit2, all you write are

Re: Is AxKit 2 for me (yet)?

2006-09-13 Thread Jörg Walter
On Wednesday, 13. September 2006 19:39, Andrew Davies wrote: Currently our site runs with AxKit 1, a mixture of static XML-XSLT-HTML stuff with a pile of XSP thrown in for the dynamic content. There's a bunch of homebrew taglibs (often ripping stuff from mysql databases), and use of other

Re: Axkit2 Caching

2006-09-13 Thread Jörg Walter
On Wednesday, 13. September 2006 20:42, Kjetil Kjernsmo wrote: I think that in a pipeline, the possibility of caching all along the pipeline would be nice in some cases, so that certain requests will not be passed all the way down to the DB, even though the served resource is a composite of

Re: Axkit2 Caching

2006-09-13 Thread Jörg Walter
On Wednesday, 13. September 2006 20:58, Jörg Walter wrote: control caching, since it is manual, nothing is cached automatically. All attempts at automatic dependency tracking sooner or later failed in AxKit2, so now you get to do it yourself. But As Matt already said, I'd check if it I correct

Re: ANNOUNCE: AxKit2 1.0

2006-08-28 Thread Jörg Walter
On Monday, 28. August 2006 09:36, Lars Skjærlund wrote: But what about virtual hosting? I run a webhotel based on AxKit with a lot of virtual servers: With your new architecture, wouldn't that mean running a lot of AxKit servers on different ports, one for each virtual server? And then

Re: ANNOUNCE: AxKit2 1.0

2006-08-28 Thread Jörg Walter
On Monday, 28. August 2006 09:36, Lars Skjærlund wrote: But what about virtual hosting? I run a webhotel based on AxKit with a lot of virtual servers: With your new architecture, wouldn't that mean running a lot of AxKit servers on different ports, one for each virtual server? And then

Re: AxKit2: Status Update (3)

2006-08-17 Thread Jörg Walter
On Sunday, 13. August 2006 18:51, Matt Sergeant wrote: XSP, XSLT, TAL working. XSP TaglibHelper working. Haven't tested SimpleTaglib yet, but it's there. I am available. Contact me directly, not via the list, if any problems arise with it. -- CU Jörg

Re: LibXSLT problem (possibly)

2006-01-09 Thread Jörg Walter
On Wednesday, 04. January 2006 23:08, Aaron Steager wrote: in makeforelements.xsl. I did check it and there is only one instance of each template. Also the web files and perl files were pulled over from another AxKit system we have and it all works fine on that one so I think the different

Re: document() problems

2006-01-01 Thread Jörg Walter
On Sunday, 01. January 2006 04:10, Lars Skjærlund wrote: xsl:apply-templates select=document('menu.xml')/ it doesn't work: Using Sablotron, the browser just hangs (and, it seems, AxKit starts eating host memory), using LibXSLT, I get a server error and the log files yells about a possible

Request for Comments: SimpleTaglib users

2005-08-19 Thread Jörg Walter
Hi! You may or may not have noticed that AxKit to-be-1.7 has a small incompatibility with previous versions regarding SimpleTaglib (and taglibs based on it). If you are a SimpleTaglib user (or if you use a Taglib based on SimpleTaglib), I need your feedback. If you aren't, you can skip this

Re: Request for Comments: SimpleTaglib users

2005-08-19 Thread Jörg Walter
On Friday, 19. August 2005 14:41, Christopher H. Laco wrote: Jörg Walter wrote: [snip] So my question is: Would you be affected by this? How do you think about the problem? Would you prefer getting the old (less flexible/dwimmy) behaviour instead? But, had I used SimpleTaglib, me

Re: Request for Comments: SimpleTaglib users

2005-08-19 Thread Jörg Walter
On Friday, 19. August 2005 17:06, Christopher H. Laco wrote: OK, NOW I'm worried. I never use the CVS version; only the 1.62 version on CPAN. This is especially true on windows for most people where the only version that can install is the 1.62 version from TheoryX. Dare I ask what the

Re: AxKit::XSP::Session 0.99 tests fail

2004-11-04 Thread Jörg Walter
On Saturday, 16. October 2004 15:59, Josef Chladek wrote: i tried to install AxKit::XSP::Session (the latest from cpan), but can't get it to install properly, as the test fails and usage of the module produces the following error: Authorization Taglib failed to load: Invalid CODE attributes:

ANNOUNCE: various AxKit-related modules on CPAN

2004-10-14 Thread Jörg Walter
Hi! After some time offline, I'm back, and I've released a few modules sitting on my HD: Apache::AxKit::Plugin::Session - the (in)famous sendmail of session modules, with lots of bugs fixed, and finally something you've been waiting for: One line instant activation. The docs were massively

Re: Apache::AxKit::Plugin::Session Problem

2004-01-03 Thread Jörg Walter
On Saturday, 03. January 2004 03:14, Matthew Smith wrote: You need to have the redirect thing. I haven't fully understood how it works but the redirect causes a second request or something like that which allows the plugin to run. The correct config directive is PerlInitHandler

Re: BasicAuth $r-prev-uri problem

2003-12-29 Thread Jörg Walter
On Sunday, 28. December 2003 19:44, Kjetil Kjernsmo wrote: Hello again! I got a bit further. I'm using the BasicAuth taglib, but not PerForm (since I still try to keep Perl code out of my XSP). When calling login, I get: [Sun Dec 28 18:20:02 2003] [error] [client 127.0.0.1] [AxKit]

Re: expr type tags start of block problems (possibly SimpleTaglib related)

2003-12-27 Thread Jörg Walter
On Friday, 26. December 2003 15:52, Kjetil Kjernsmo wrote: Hi, merry xmas to everyone and thanks for the answer! On Wednesday 24 December 2003 15:08, Jörg Walter wrote: This is a problem with XSP itself in conjunction with SimpleTaglib. I have worked around that by keeping track of STL

Re: Anyone on Debian Sid? (PerlAuth*Handlers problem)

2003-10-31 Thread Jörg Walter
On Friday 31 October 2003 17:57, Kjetil Kjernsmo wrote: On Friday 31 October 2003 12:50, Jörg Walter wrote: I'm wondering if there are any others here using Debian Sid, and if so, is using authentication on the top of the apache-perl package. Use mod_perl as a DSO, that works fine

Re: Choosing XSL StyleSheet From XSP

2003-10-13 Thread Jörg Walter
On Friday, 10. October 2003 16:21, Gaston wrote: Hi, I am new to AxKit, then there might by points I did not understood at this point. I am testing axkit to rewrite an application already existing in Mod Perl. And I do not know how to implement a quite simple feature. I did not find the

Debugging strange problems, unwanted persistance and similar (was: Re: Provider problems)

2003-10-13 Thread Jörg Walter
On Thursday, 09. October 2003 21:37, Christian Jaeger wrote: - Problem: somehow new requests depend on previous requests. Some state information is preserved between requests. When I request an .xml file as .html, then even subsequent .xml requests yield the .html. In spite of AxNocache On in

Re: SimpleTaglib question

2003-10-06 Thread Jörg Walter
On Monday, 06. October 2003 04:00, Matthew Smith wrote: How do you use one simpletaglib from another? E.g. from my tag handler, I want to set a session variable - so how do I call session:set-attribute name=cmddoit/session:set-attribute from a taglib? To call webutils I just go

Re: Character Set Problem in ESQL-Taglib

2003-10-02 Thread Jörg Walter
On Thursday, 02. October 2003 09:23, Ralf Ullrich wrote: There is a helper function AxKit::ToUTF8($string) which will convert your data from AxExternalEncoding to UTF-8. Thanks a lot, that works. But then my initial asssumption seems to be rigth: if you dont use ESQL for database access, you

Re: Character Set Problem in ESQL-Taglib

2003-09-25 Thread Jörg Walter
On Thursday, 25. September 2003 17:06, Ralf Ullrich wrote: I use AxKit::XSP::ESQL and My::AdressManager (which @ISA Apache::AxKit::Language::XSP::TaglibHelper) to generate output. When I use encoding=UTF-8 I get all my umlauts as '?' (using mozilla). replacing UTF-8 with ISO-8859-1

Re: Transformation from multiple sources

2003-09-23 Thread Jörg Walter
Am Monday, 22. September 2003 22:05, schrieb Robert Ferney: I'm not going to pretend to know how things should work here.. however I am assuming that if you use a http://machine/path/filename.ext to specify the results that you desire to include, that you are expecting that the machine server

Re: CGI-Parameters in XSL

2003-09-22 Thread Jörg Walter
Am Monday, 22. September 2003 12:55, schrieb Thomas Schindl: Hi, Normally I can read parameters in XSL using something like this: xsl:param name=cgi_param/ But how can I read a param which is created from a multiple-select list, like this: my.xml?val=1;val=2;val=3;foo=bar Does anybody

Re: StyleChooser/URI phase style picking

2003-09-18 Thread Jörg Walter
Am Thursday, 18. September 2003 02:36, schrieb Arne Claassen: On Wed, 2003-09-17 at 17:00, Tom Schindl wrote: Is it possible that you forgot to add a return 1; at the end of your pm-Module? Tom No. It's there. Don't think it would even successfully require it, if i was missing the 1;

Re: xi:include

2003-09-18 Thread Jörg Walter
Am Thursday, 18. September 2003 16:18 schrieben Sie: On 18/9/03 2:42 pm, Jörg Walter [EMAIL PROTECTED] wrote: Am Thursday, 18. September 2003 15:32 schrieben Sie: For a development site, I strongly recommend AxNoCache on. Yup, that¹s our setup. However we get newsfeeds etc from third

Re: xi:include

2003-09-18 Thread Jörg Walter
On Thursday, 18. September 2003 18:33, Mark Cance wrote: On 18/9/03 5:17 pm, Jörg Walter [EMAIL PROTECTED] wrote: Am Thursday, 18. September 2003 16:18 schrieben Sie: On 18/9/03 2:42 pm, Jörg Walter [EMAIL PROTECTED] wrote: Am Thursday, 18. September 2003 15:32 schrieben Sie

Re: Including xml/xsp content stored in a database

2003-09-13 Thread Jörg Walter
On Saturday, 13. September 2003 06:41, Robert Ferney wrote: I'm working on a system where I would like to be able to have blocks of content for the system stored in a database. including logical and form elements.. however, when I use esql tags to retrieve the xml from the database, it comes

Re: AxKit::XSP::PerForm and images with IE (Patch)

2003-09-12 Thread Jörg Walter
On Friday, 12. September 2003 10:04, Jonas Oberg wrote: I recently noticed that AxKit::XSP::PerForm (1.83) did not perform well with images as submit buttons and Internet Explorer. This might be a known problem, but in case it's not, I had to apply this patch to make it work well on the

Re: document() xslt function

2003-09-09 Thread Jörg Walter
Am Monday, 08. September 2003 16:59, schrieb Alex Sergeyev: Oh, Yeah... I wrote my function and registered it in XML::LibXSLT by plugin... That's really cool thing to have so much functions in xslt. Just in case you need some function, consider implementing a function from the EXSLT

Re: ESQL and UTF-8

2003-09-09 Thread Jörg Walter
Am Monday, 08. September 2003 18:14, schrieb Benjamin Boksa: Data coming from the database (MySQL 4.0.13) is not UTF-8 encoded which (as AxKit excepts UTF-8 input) is a problem if it contains Umlaute or similar chracters. ESQL from CVS contains an experimental patch to transparently decode

Re: random  characters

2003-09-05 Thread Jörg Walter
On Thursday, 04. September 2003 22:42, Daisuke Maki wrote: A few months ago when I was having problems with Cache.pm (bah, I forget, but I think it was Cache.pm), a simple use bytes at the top of the module fixed my problems. However, I was told that since use bytes is a perl5.6.1-ism, it

Re: random  characters

2003-09-04 Thread Jörg Walter
Am Thursday, 04. September 2003 13:13 schrieben Sie: I have two setups which both show the problem when using Safari or MSIE: Setup 1, MacOS X: Perl 5.8.0 installed from source with default options, AxKit 1.6.2 Setup2, RedHat 9; Perl 5.8.0 installed from source with default options, AxKit

Re: random  characters

2003-09-04 Thread Jörg Walter
Am Thursday, 04. September 2003 14:33, schrieb Benjamin Boksa: I set AxGzipOutput to off and the problem still appears (after ~10 requests) with AxKit 1.6.2 on MacOS X. The processing pipeline is kind of complicated, so i don't draw but instead try to describe it. I got a XML-Source (a

Re: random  characters

2003-09-03 Thread Jörg Walter
Am Wednesday, 03. September 2003 10:42, schrieb Benjamin Boksa: Just as a littled add-on: I experience similar problems with MacOS X 10.2 (with perl 5.8.0), In my case there is a problem with Umlauts when reloading the page. These characters are always rendered properly (as spaces, not

Re: random  characters

2003-09-03 Thread Jörg Walter
Am Wednesday, 03. September 2003 11:41, schrieb Benjamin Boksa: Hi Jörg, thanks for the answer. I experience the same problem with Safari and on different servers, even though the the encoding is set to iso-8859-1 (not UTF-8). Well, in that case, try to fetch the page repeatedly (with wget

Re: Reinstall problems

2003-09-01 Thread Jörg Walter
On Monday, 01. September 2003 11:30, [EMAIL PROTECTED] wrote: I store xml and other types of documents (text/html, text/plain, text/plain; charset=utf8 etc in directories which are navigated using fancy indexing. The xml documents are rendered nicely, docbook ones using xps and other types

Re: Problems with XSP

2003-08-29 Thread Jörg Walter
Am Thursday, 28. August 2003 20:01, schrieb Ian Eure: I get a string of heinous errors, which makes me think that not all the XSP-related modules are installed. Yes, sounds like, though... This is the error, along with many of it's ilk: [Thu Aug 28 10:53:17 2003] [error] [client

Re: Apache::AxKit::Language::Query

2003-08-28 Thread Jörg Walter
Am Thursday, 28. August 2003 14:28, schrieb Tom Schindl: Well I need some informations from a database(small part) and some from XML-Files. If all data comes from a database I'd agree with you. Still when having data from different sources like I have I think I've the following possibilities:

Re: Axkit newbie needing help

2003-08-14 Thread Jörg Walter
Am Saturday, 09. August 2003 21:33, schrieb Nolan J. Darilek: Initially I created related / and children / tags which listed ulink / tags. These tags were included directly into the page source. I'd like to factor this information out into separate files, though, so I created sidebar.xml and

Re: Chaining

2003-08-11 Thread Jörg Walter
Am Tuesday, 05. August 2003 13:33, schrieb Tod Harter: Add the following to your xsl xsl:template match=* xsl:copy xsl:copy-of select=@*/ xsl:apply-templates/ /xsl:copy /xsl:template In this case the less verbose xsl:template match=*

Re: build trouble on RH9

2003-07-31 Thread Jörg Walter
Am Wednesday, 30. July 2003 17:18, schrieb Creighton Higgins: It took two days, but it's working now. There was much backtracking and re-reading, so documenting the experience would probably require a new default RH9 installation to replicate the conditions, and a slower more

Re: What of AxKit 2.0?

2003-07-30 Thread Jörg Walter
Am Tuesday, 29. July 2003 16:20, schrieb Robin Berjon: Jörg Walter wrote: I have a yet unreleased plugin which adds arbitrary perl expressions as parameters, Is that http://foo.org/bar.xml?ap=system(%27rm+-Rf+/%27) ? No. But exactly this was my motivation. Think: PerlAddVar XSPCacheParam

Re: What of AxKit 2.0?

2003-07-29 Thread Jörg Walter
Am Tuesday, 29. July 2003 05:56, schrieb S Woodside: What if I don't want to write perl? XSLT is a first-order implementation language for AxKit is it not? If you're doing an axkit site in pure XSLT, parameters would be the only way to supply configuration information straight from axkit to

Re: Building applications with AxKit and XSP, in a reusable extensible way...

2003-07-24 Thread Jörg Walter
Am Wednesday, 23. July 2003 18:19, schrieb Michael A Nachbaur: On Wednesday 23 July 2003 05:04 am, Adam Griffiths wrote: SNIP esql:connection esql:driverPg/esql:driver esql:dburldbname=axkit/esql:dburl esql:usernamepostgres/esql:username

Re: Building applications with AxKit and XSP, in a reusable extensible way...

2003-07-24 Thread Jörg Walter
Am Wednesday, 23. July 2003 18:47, schrieb S Woodside: What if you build an XSLT pipeline, and then bring in the XSP generated content at the last stage using a xsl:copy-of select=document('axkit:foo/bar.xsp')/ call? If you did that, you could use XSLT-after-XSP directly. axkit: URLs are

Re: very slow transformation of Docbook-HTML

2003-07-24 Thread Jörg Walter
Am Wednesday, 23. July 2003 21:21, schrieb Brian Acton: I suspect that there's a way to easily make it work via some configuration trick. Maybe symlinks -- I tried that though and couldn't get it to work -- or an Apache directive that I don't know about. But I guess I'll be using LibXSLT for

Re: Building applications with AxKit and XSP, in a reusable extensible way...

2003-07-23 Thread Jörg Walter
Am Wednesday, 23. July 2003 12:23, schrieb Adam Griffiths: Hi, I've been using AxKit for a while now and I'd really appreciate any ideas or information on the following question. XSP is great for generating dynamic XML documents and it's fast too. It also caches the Perl code necessary to

Re: Can't get Apache::AxKit::Plugin::Session to work...

2003-07-23 Thread Jörg Walter
Am Wednesday, 23. July 2003 14:11, schrieb Misha Kapushesky: Unfortunately, I don't have any one specific question to ask. I've been working for about a week and a half on getting A::A::P::S to work Sorry for that. I feel a bit embarassed that A::A::P::S keeps being difficult. So my question

Re: User/Group/Permissions

2003-07-09 Thread Jörg Walter
Am Thursday, 03. July 2003 22:37, schrieb Robert Ferney: I'm working on several web applications and I would like to be able to slap into my web apps a module to handle the management of the users. IE: I'm lazy and time constrained don't want to have to write more of this than I have to.

Re: processing instruction question

2003-07-02 Thread Jörg Walter
Am Wednesday, 25. June 2003 22:39, schrieb Matt Sergeant: On Wednesday, Jun 25, 2003, at 16:09 Europe/London, Ken Burcham wrote: I feel like I'm simply missing something here. Is there some easy way to do what I'm trying to do? You want AxAddDynamicProcessor. I agree with Matt, put your

AxKit and Perl 5.8.0

2003-06-18 Thread Jörg Walter
Hi! I've commited patches to ESQL and AxKit regarding UTF-8 and Perl 5.8.0. Anyone using Perl 5.8.0 please check if AxKit works okay for you, especially when using accented characters. These patches _should_ not change anything for Perl 5.8.0, but I'd be glad if you checked that, too. For

Re: Problem with xsl:processing-instruction...

2003-06-11 Thread Jörg Walter
Am Tuesday, 10. June 2003 04:00, schrieb Jeremy Frumkin: I have an XSL file which adds a processing instruction to an XML file. I would then like AxKit to follow that processing instruction on the new document, but AxKit does not parse the newly created file to process the in-line instruction.

Re: newbie needs help with TaglibHelper

2003-06-06 Thread Jörg Walter
Am Thursday, 05. June 2003 23:33, schrieb Matt Sergeant: On Thu, 5 Jun 2003, Scott Turner wrote: I just started using AxKit this week and I've been trying to develop a tag library that performs a simple MySQL DB query and returns the output in XML. Whenever I try to run the XSP page which

Re: XInclude with AxKit

2003-06-05 Thread Jörg Walter
Am Thursday, 05. June 2003 01:51, schrieb Tod Harter: Yeah, the problem is that XML::LibXML requires a flag to be set when the parser is instantiated to tell it to process xincludes. I made a patch to set the flag, but I never did get it to work. The result is that in STATIC xml pages

Re: SimpleTaglib help requested

2003-06-05 Thread Jörg Walter
Am Wednesday, 28. May 2003 19:04, schrieb Christopher B. Liebman: I'm putting a DB application togeather and am creating my own taglib specific to the app. I want to have a set of tags like: (these are not the exact tags I want, just something to get the idea across) tag:items

Re: Berkeley DB XML

2003-06-04 Thread Jörg Walter
Am Friday, 30. May 2003 23:47, schrieb John Merrells: I'm working on an open-source embedded native XML database project called Berkeley DB XML. I think there would be a lot of value for end users if AxKit were able to run on top of dbxml. We offer reliability and recoverability through

  1   2   3   >