Re: Using XSP on Win2000

2001-12-11 Thread Matt Sergeant
You haven't setup a mapping for it. You need to explicitly let AxKit know that it should process this file in some way. Either by adding in ?xml-stylesheet type=application/x-xsp href=NULL?, or by adding in config directives to achieve the same. - Original Message - From: Chien-Kang

Re: Possible bug?

2001-12-11 Thread Matt Sergeant
I could have sworn I fixed this already... Can you compare your AxKit.pm file with the one in CVS: http://axkit.org/download/cvs/ - Original Message - From: Chuck Wolber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 4:57 AM Subject: Possible bug?

Re: undefined entity problem

2001-12-12 Thread Matt Sergeant
It's something to do with XML::Parser parameters. Compare the source from AxKit's XPathScript.pm. - Original Message - From: Pete Phillips [EMAIL PROTECTED] To: Matt Sergeant [EMAIL PROTECTED] Cc: Pete Phillips [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday

Re: Over 12,000,000 Fresh Email Addresses...$2,000 in FREE Software!

2002-01-01 Thread Matt Sergeant
Grr, many appologies axkit users. Sender has been blocked at the gateway. On Tue, 1 Jan 2002, [EMAIL PROTECTED] wrote: Dear [EMAIL PROTECTED], Would you like to send an Email Advertisement to OVER 12,000,000 PEOPLE DAILY for FREE? -- !-- Matt -- :-Get

Re: News...

2002-01-04 Thread Matt Sergeant
On Fri, 4 Jan 2002, Andrew Savory wrote: How much change do you anticipate in order to fit in with the Apache look and feel? (Given the Cocoon site is very definitely it's own style...) (CC'ing axkit-users for further discussion there, and [EMAIL PROTECTED] in case anyone there wants to

Re: returning a y:tag from x: taglib (fwd)

2002-01-11 Thread Matt Sergeant
On Sat, 12 Jan 2002, Matt Sergeant wrote: (Forwarding to the list) -- Forwarded message -- Date: Fri, 11 Jan 2002 17:20:05 -0800 From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: returning a y:tag from x: taglib Hi, I would like

Re: PerForm validation

2002-01-12 Thread Matt Sergeant
On Sat, 12 Jan 2002, [EMAIL PROTECTED] wrote: Hi, I have a question about AxKit::XSP::PerForm. When I validate a field, and say I find it correct, what would be the best way to communicate this error to the browser ? Since my validation function is not inside my root content tag, I can

Re: returning a y:tag from x: taglib (fwd)

2002-01-12 Thread Matt Sergeant
On Sat, 12 Jan 2002, Tod Harter wrote: On Saturday 12 January 2002 02:54, you wrote: On Sat, 12 Jan 2002, Matt Sergeant wrote: (Forwarding to the list) -- Forwarded message -- Date: Fri, 11 Jan 2002 17:20:05 -0800 From: [EMAIL PROTECTED] [EMAIL PROTECTED

Re: what are the files that are to be downloaded

2002-01-15 Thread Matt Sergeant
On Tue, 15 Jan 2002, sirisha santhi wrote: Hi i am involoved in a project where i need to generate an xml file based on the sql query dynamically. what are the files that are to be downloaded.What are the languages it is supporting.please mail me ASAP. AxKit supports Perl for this

Re: win32 incomplete xsp output

2002-01-21 Thread Matt Sergeant
On Tue, 22 Jan 2002, Matthew Smith wrote: I just copied all my online journal system to windows NT and fired it up using the latest ppms from theoryx. The XSP stuff worked (amazingly). YAWriter bombs out but I can work around that. It all comes apart when running longish XSP scripts. I

Re: SIGHUP / mutex: flock

2002-01-23 Thread Matt Sergeant
On Wed, 2002-01-23 at 19:18, jc153 wrote: I've attempted an install of AxKit with Sablotron on a FreeBSD system running Apache 1.3.22. If I restart apache I get: [Wed Jan 23 19:05:24 2002] [notice] SIGHUP received. Attempting to restart [Wed Jan 23 19:05:25 2002] [notice] Apache/1.3.22

Re: Apache Handler

2002-01-27 Thread Matt Sergeant
On Sat, 26 Jan 2002, Mitch Freed wrote: AxKit: 1.5 mod_perl: 1.24_01 Apache: 1.3.22 Perl: 5.6.0 OS: Redhat 7.2 (2.4.7-10) I am not sure how to phrase my question as I am somewhat new the Apache Handlers, but I am writing a Apache module and was hoping to use AxKit for transformations. I

Re: stopping cacheing

2002-01-28 Thread Matt Sergeant
On Mon, 28 Jan 2002, Sebastian Rahtz wrote: On Mon, Jan 28, 2002 at 12:23:13PM +, Matt Sergeant wrote: I want some of my XML files to NOT be cached after transformation. Can I force this by anything on a per-file basis? You can sorta do it by turning on XSP processing and sticking

Re: Invalid argument: getsockname when requesting test.xml

2002-01-28 Thread Matt Sergeant
On Mon, 28 Jan 2002, Terrence Brannon wrote: [Mon Jan 28 10:25:11 2002] [notice] Apache/1.3.23 (Darwin) AxKit/1.5 mod_perl/1\ .26 configured -- resuming normal operations [Mon Jan 28 10:25:11 2002] [notice] Accept mutex: flock (Default: flock) [Mon Jan 28 10:30:07 2002] [error] (22)Invalid

Re: Invalid argument: getsockname when requesting test.xml

2002-01-28 Thread Matt Sergeant
On Mon, 28 Jan 2002, Terrence Brannon wrote: On Monday, January 28, 2002, at 10:46 AM, Matt Sergeant wrote: Is this the XML::Parser bug? Or is this something weird about Mac OSX? Anyway, I can't possibly tell until you bump AxDebugLevel up to 10. here is the relevant part of my

Re: Invalid argument: getsockname when requesting test.xml

2002-01-28 Thread Matt Sergeant
On Mon, 28 Jan 2002, Terrence Brannon wrote: On Monday, January 28, 2002, at 11:30 AM, Matt Sergeant wrote: Ah, you have an old version of XML::XPath that raised up a bug in later versions of Perl. Please upgrade. please update Makefile.PL so this test requires 1.12 or higher

Re: segfaults :(

2002-01-28 Thread Matt Sergeant
On Mon, 28 Jan 2002, Aaron E. Ross wrote: hi all, i'm getting segfaults w/AxKit on the first request. i read the faq and have neither XML references in apache, nor php enabled (or even compiled). are there any other known conflicts? although i'm getting segfaults with only

Re: talgibs and $r

2002-01-28 Thread Matt Sergeant
On Mon, 28 Jan 2002, [EMAIL PROTECTED] wrote: Hi, I'd like to use TaglibHelper to write a taglib. Do I have access to apache's $r variable ? If yes, do I need to declare it somehow? Otherwise 'strict' complains that $r is not defined. Just use the singleton: AxKit::Apache-request() --

Re: XML delivery of web application development?

2002-01-29 Thread Matt Sergeant
On Tue, 29 Jan 2002, Terrence Brannon wrote: I got AxKit up and running and like XPathScript quite a bit. I think XML::XPath is popular even with users of HTML::Template and it will be popular with me even if I return to HTML::Mason. However, after running thru the manuals, it doesn't

Re: Advice for Beginner

2002-01-30 Thread Matt Sergeant
On Tue, 29 Jan 2002, Aaron E. Ross wrote: Hi all, I'm just starting to use AxKit so I want to get some reaction to my first guess about how to design an application. My company has a software package that organizes documents by mentions of people, places and things. We

Re: Advice for Beginner

2002-01-30 Thread Matt Sergeant
On Wed, 30 Jan 2002, Matt Sergeant wrote: Can I write a Provider subclass that only handles XML document requests? This is a pain, because the answer at the moment is no. I originally designed AxKit so that XML and Stylesheet providers were different things, but it got too complex

Re: problem using Util Taglib

2002-01-30 Thread Matt Sergeant
On Wed, 30 Jan 2002, Marc-Olivier Bernard wrote: Hi, Great. But I could find it neither on axkit.org/download nor on cpan.org ? It'll take a while to mirror on CPAN. For now I've stuck a copy in axkit.org/download. -- !-- Matt -- :-Get a smart net/:-

Re: Mixing different XSP Taglibs

2002-01-30 Thread Matt Sergeant
On Wed, 30 Jan 2002, Marc-Olivier Bernard wrote: Hi there, Sorry for my quite basic question, I wanted to try to mix util and param taglibs like that : util:include-filexsp:attribute name=nameparam:num/.xml/xsp:attribute/util:include-file (i get them work separatly), But the code

Re: DOCTYPE: questions + repeated manually

2002-01-30 Thread Matt Sergeant
On Wed, 30 Jan 2002, Terrence Brannon wrote: I am teaching myself AxKit by working my way through everything from index.xml all the way through the whole site. Then later I can get to session tags libs, etc. In index.xml you see this set of lines near the top: !DOCTYPE webpage [ !ENTITY

Re: automatic pagination

2002-01-31 Thread Matt Sergeant
On Wed, 30 Jan 2002, Terrence Brannon wrote: I was reading an HTML article online: http://www.trager.com/articles/Cavanaugh1.htm and I got to thinking about how I might do this in AxKit (just like when I listen to the radio, I wonder how I might play that on guitar). What if a

Re: Path submission

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Yanick wrote: On Thu, Jan 31, 2002 at 12:02:52PM +, Matt Sergeant wrote: It is considered *really* poor form to post a bug report against AxKit simply because nobody answered your question. Probably a dumb question, but do patches should be sent directly

Re: tangram under mod_perl

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Robin Berjon wrote: On Thursday 31 January 2002 04:36, [EMAIL PROTECTED] wrote: What do I need to do so that Tangram will work with mod_perl. My understanding is that modules need to save their global state (like tangram cache and stuff) in some shared memory spot

Re: searchable axkit list

2002-01-31 Thread Matt Sergeant
On Fri, 1 Feb 2002, Matthew Smith wrote: http://maclux-rz.uibk.ac.at/~maillists/axkit-users/ it lags behind by about half a day but is quite useful for checking if a question you have is an oldy. I keep meaning to add this to the site, but the list has been available for a while on

Re: Mixing different XSP Taglibs

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Tod Harter wrote: Cool. We did find a few ways around some of the limitations in TaglibHelper as well, but your right, in general it is only good for fairly simple cases, more complex taglibs need something like what you're describing (which seems fairly close to the raw

Re: mod_perl instances and AxKit

2002-01-31 Thread Matt Sergeant
On Thu, 31 Jan 2002, Tod Harter wrote: Apache::Session and shared memory is probably what you want. Other options with Apache::Session might work as well. I've had very good luck using a MySQL server as the repository for session state info and setting up a HASH type table (which lives in

Re: mod_perl on win2k

2002-01-31 Thread Matt Sergeant
On Fri, 1 Feb 2002, Gregor wrote: Hello again, after checking the mod_perl section at apache.org i´m not sure what to do. There I can only find little Win32 documentation and all it says it how to add mod_perl as DSO. I have been told to not use mod_perl as DSO when using Axkit, so i´m

Re: libxml2.a not found though it is clearly there

2002-02-01 Thread Matt Sergeant
Try $ perl Makefile.PL DEBUG=1 to see what's going on. On Fri, 1 Feb 2002, Terrence Brannon wrote: [localhost:~/wares/XML-LibXML-1.31] metaperl% xml2-config --libs -L/Users/metaperl/install/lib -lxml2 -lz -L/lib -lm [localhost:~/wares/XML-LibXML-1.31] metaperl% ls -l

Re: Urgent problem with Time::Piece

2002-02-01 Thread Matt Sergeant
On Fri, 1 Feb 2002, Terrence Brannon wrote: Here is the URL. http://rt.cpan.org/NoAuth/Bug.html?id=244 I cannot get Apache::XSP::Util installed until Time::Piece works for me. Please fix this and put on axkit.org. I reverse the request. Please fix this and send patches to me.

Re: Site list

2002-02-01 Thread Matt Sergeant
Would anyone care to start gathering these together into a live_sites.xml file so we can publish them on the site? On Fri, 1 Feb 2002, Richard Padley wrote: At Semantico we implemented the Grove's dictionaries of Art and Music using a mixture of Axkit and Mason coding.

Re: Apache::AxKit::StyleChooser::QueryString returns n-OK value...

2002-02-01 Thread Matt Sergeant
Thanks, fixed in CVS. We'll probably release a 1.5.1 soonish as there were a few minor showstoppers. On Fri, 1 Feb 2002, Terrence Brannon wrote: [Fri Feb 1 09:35:15 2002] [notice] Apache/1.3.23 (Darwin) AxKit/1.5 mod_perl/1\ .26 configured -- resuming normal operations [Fri Feb 1 09:35:15

Re: how fast is axkit?

2002-02-01 Thread Matt Sergeant
On Fri, 1 Feb 2002, Bruce Miller wrote: I'm not sure exactly the context of simple extensions (There's been a lot of discussion of taglibs, lately, which can be considered as such). If the idea is EXSLT style extensions, particularly if available in XML::LibXSLT, count me in!! : [I'm not

Re: Mixing different XSP Taglibs

2002-02-01 Thread Matt Sergeant
On Fri, 1 Feb 2002, Tod Harter wrote: See perldoc Apache::AxKit::Language::XSP. That's (almost) exactly how raw taglibs work, except they're dispatched to different modules/packages by namespace. For an example check out the ESQL taglib. Honestly I'd just looked at the source of a few

Re: Urgent problem with Time::Piece

2002-02-01 Thread Matt Sergeant
On Fri, 1 Feb 2002, Terrence Brannon wrote: I cannot get Apache::XSP::Util installed until Time::Piece works for me. Please fix this and put on axkit.org. I reverse the request. Please fix this and send patches to me. Thanks! It appears that Time::Object is the same as

Re: how fast is axkit?

2002-02-01 Thread Matt Sergeant
On Fri, 1 Feb 2002, [EMAIL PROTECTED] wrote: hello I am totally new to axkit. lets say, I have 25 web servers for customers all pages are generated dynamically. we want to switch to something with XML/XSLT. the xml files will come dynamically out from some middleware then I have XSLT

Re: Site list

2002-02-01 Thread Matt Sergeant
On 1 Feb 2002, Dominic Mitchell wrote: Tod Harter [EMAIL PROTECTED] writes: I'd be pretty surprised if this caching scheme is faster than running queries into MySQL, that sucker is BRUTALLY fast! If you build derived tables and use those as caches (so you just basically are doing

Re: caching by Apache::AxKit::Language::LibXSLT

2002-02-01 Thread Matt Sergeant
On Fri, 1 Feb 2002, Marc-Olivier Bernard wrote: I would like to have some precisions on Apache::...::LibXSLT caching features : - for a basic xslt stylesheet (i mean without any *included* parts), is the tree structure of the stylesheet cached ? Yes. - for a composed stylesheet, with

Re: Site list

2002-02-01 Thread Matt Sergeant
On Fri, 1 Feb 2002, Tod Harter wrote: Its only a myth until you run benchmarks on real-world applications. As the guy said, its not an end-all and be-all of databases by any means. On the other hand its generally a LOT faster than serializing stuff to cache it, and simple enough to run that

Re: Re: how fast is axkit?

2002-02-01 Thread Matt Sergeant
On Fri, 1 Feb 2002, [EMAIL PROTECTED] wrote: So long as you use libxslt (which AxKit does) it is possible. There already are the exlst extensions to serve as an example. I thougth axkit is using sablotron or a perl module?? Sablotron or libxslt. People seem to prefer libxslt

Re: caching by Apache::AxKit::Language::LibXSLT

2002-02-02 Thread Matt Sergeant
On Sat, 2 Feb 2002, Marc-Olivier Bernard wrote: Hi, Is it, in both cases, in memory caching or object persistence ? In memory. Object persistence wouldn't work. On Fri, 1 Feb 2002, Matt Sergeant wrote: On Fri, 1 Feb 2002, Marc-Olivier Bernard wrote: I would like to have some

Re: XSP page global variable question

2002-02-02 Thread Matt Sergeant
On Sat, 2 Feb 2002, Terrence Brannon wrote: page global variables are defined is xsp:logic sections, but how? with our? with my? is use strict in effect? It's easy if you deconstruct what happens when a page is compiled. Foo.xsp: xsp:page xsp:logic my $foo; /xsp:logic page ...

Re: bug: xsl:import URI resolution

2002-02-02 Thread Matt Sergeant
On Sat, 2 Feb 2002, Gary Benson wrote: On Sat, 2 Feb 2002, Sebastian Rahtz wrote: On Sat, Feb 02, 2002 at 02:55:16AM +, Gary Benson wrote: I've just started using AxKit and I think I found a bug with the resolution of relative URIs when XSLT stylesheets import other XSLT

Re: Simplicity

2002-02-04 Thread Matt Sergeant
On Mon, 4 Feb 2002, Melvyn Sopacua wrote: Hi all, for most of the pages on a new site, I only need a server-side 'random' number (can be timestamp), for bannercode. All other stuff I can handle with LibXSLT. So what would be the simplest and fastest solution here, that will allow:

Re: Simplicity

2002-02-04 Thread Matt Sergeant
On Mon, 4 Feb 2002, Robin Berjon wrote: On Monday 04 February 2002 10:40, Matt Sergeant wrote: How about math:random from exlst? It should be supported natively by XML::LibXSLT (though I haven't tried it). xsl:value-of xmlns:math=http://exslt.org/math; select=math:random() * 10

Re: Simplicity

2002-02-04 Thread Matt Sergeant
On Mon, 4 Feb 2002, Melvyn Sopacua wrote: Robin Berjon said at 17:57 4-2-2002: On Monday 04 February 2002 17:52, Matt Sergeant wrote: On Mon, 4 Feb 2002, Robin Berjon wrote: This opens up a problem that I've been thinking of these past few days. Normal stylesheets will not produce

Re: Simplicity

2002-02-04 Thread Matt Sergeant
On Mon, 4 Feb 2002, Robin Berjon wrote: For my purposes, I would only need a pre-send-to-browser stage. Then that's precisely what AxAddOutputTransformer will do for you. AxKit grabs from cache if cache exists, and feeds it through your OutputTransformer sub. Right, it was originally

Re: position() in a node set

2002-02-05 Thread Matt Sergeant
On Tue, 5 Feb 2002, jc153 wrote: I'm trying to implement an XPathScript stylesheet using the following: % for my $deposits (findnodes(/accounts/deposit)) { print p, $deposits-findvalue(position()), ..etc The aim is to print the deposit number at the start of each paragraph,

Re: AxProvider and AxKit::load_module

2002-02-07 Thread Matt Sergeant
On Thu, 7 Feb 2002, Gregory Belenky wrote: I'm creating my own AxProvider derived from Apache::AxKit::Provider::Filter. It's one of the packages in large custom module that loads via Perluse ...;/Perl in httpd.conf When I restart Apache and request page I've got 500 and AxKit::load_module

Re: axkit1.5 segfaults on apache

2002-02-09 Thread Matt Sergeant
On Sat, 9 Feb 2002, Alexander V. Maljavinskiji wrote: here is a backtrace: (gdb) run -X Starting program: /usr/sbin/httpd -X Program received signal SIGSEGV, Segmentation fault. 0x401337bf in strlen () from /lib/libc.so.6 (gdb) bt #0 0x401337bf in strlen () from /lib/libc.so.6 #1

Re: Re[2]: axkit1.5 segfaults on apache

2002-02-10 Thread Matt Sergeant
On Sun, 10 Feb 2002, Alexander V. Maljavinskiji wrote: 2Matt: I tryed to test it without php, and also, w/o _any_ modules, except basically (mod_perl, mod_mime, mod_log, etc), but no successfully ;~( Can you try with a statically compiled mod_perl then? (easiest way is to follow the

Re: XSP and encoding

2002-02-20 Thread Matt Sergeant
On Wed, 20 Feb 2002, Tod Harter wrote: On Wednesday 20 February 2002 10:11, Steve Willer wrote: On Wed, 20 Feb 2002, Matt Sergeant wrote: I think this is a bug in XML::LibXML that Christian Glahn is working on. I'll keep the list informed as to when it's fixed. I'm also going

Re: /etc/catalog

2002-02-20 Thread Matt Sergeant
On Wed, 20 Feb 2002, Melvyn Sopacua wrote: I thought this bug had disappeard. I simply work around it now, by creating the directory, but I'm still seeing it. Version info: AxKit: 1.5 XML::LibXML: 1.31 XML::LibXSLT: 1.31 LibXML: 2.04.13 LibXSLT: 1.10 I recall the #define in libxml used

Re: XSP and encoding

2002-02-20 Thread Matt Sergeant
On Wed, 20 Feb 2002, Tod Harter wrote: Matt, I understand that LibXML is a wrapper around a C processor, but what I was saying is that GDOME implements DIRECT Perl level access to the DOM tree produced. Last time I checked LibXML had about 4 methods, which amounted to you could pass the DOM

Re: Request for suggestions on where to start

2002-02-21 Thread Matt Sergeant
On Thu, 21 Feb 2002, Daisuke Maki wrote: So while I wait for a bug in libxml is fixed ( XSP and encoding ), I'm trying to learn more about what exactly is possible with AxKit. At this point in my search for resources, I have to say that I found very little. Maybe I'm just not looking at

Re: New AxKit Guide

2002-02-28 Thread Matt Sergeant
On Thu, 28 Feb 2002, Daisuke Maki wrote: I think the guide is good, but I'd like to point out that certain information don't match between documents, and the old documents should probably be fixed or removed. For example, http://axkit.org/docs/quick_start.dkb?section=1

Re: QueryString in config

2002-02-28 Thread Matt Sergeant
On Thu, 28 Feb 2002, Sebastian Rahtz wrote: I changed my config file to say eg PerlModule AxKit AxAddStyleMap text/xsl +Apache::AxKit::Language::LibXSLT Files *.xml* SetHandler axkit as per, I thought, current recommendation. However, I used to also have PerlHandler \

Re: Apache seg fault

2002-02-28 Thread Matt Sergeant
On Fri, 1 Mar 2002, Dave Brooks, BCS Systems wrote: Hi, I'm trying to get AxKit going - it looks good (provided I can get it too work...). Anyway Apache crashes when it tries to serve a page. Linux 2.2 Apache 1.3.22 PHP 4.1.2 - installed as DSO via apxs mod_perl 1.26 - installed as

Re: xsp

2002-03-01 Thread Matt Sergeant
On Fri, 1 Mar 2002, Arnold van Kampen wrote: [AxKit] Caught an exception [error] Bizarre copy of ARRAY in aassign at /usr/lib/perl5/5.6.0/Carp/Heavy.pm line 79. This is a perl bug - fixed in 5.6.1. Sorry, there's really nothing else you can do but a major Perl upgrade and recompile mod_perl

Re: Can AxKit do this?

2002-03-08 Thread Matt Sergeant
On Thu, 7 Mar 2002, Mike Farley wrote: I would like to use AxKit to build HTML pages from some XML content, by inserting the XML content into pre-existing HTML template files. While also either passing in a form parameter to select which template to use to build the HTML page. The catch is

Re: URL parsing/encoding

2002-03-10 Thread Matt Sergeant
On Sun, 10 Mar 2002, Miguel Navarro wrote: I would like to dynamically change a url like this: xsl:template name=ratesAvailability xsl:variable name=xxsl:value-of select=./ID/ /xsl:variable a href=http://site.com/index.jsp?pageName=hotInfocid=50369ID={$x};

[SECURITY] AxKit - Possible zlib Vulnerability

2002-03-11 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 AxKit Advisory 2002-03-11 Possible zlib Vulnerability Author: Matt Sergeant, [EMAIL PROTECTED] Systems Affected: - All AxKit systems running zlib 1.1.4 Risk: - Low Overview A buffer overflow has been found in the decompression code

Re: HTTP_USER_AGENT as a parameter?

2002-03-11 Thread Matt Sergeant
On Tue, 12 Mar 2002, Dave Brooks, BCS Systems wrote: Great Kip, it all works - and a +1 from me for a CPAN plugin. A gotcha - my directory for plugins is called Plugins (as per AxKit install) whereas your sample code has the package in Plugin. 1.5.1 (CVS and on) has migrated all Plugins to

Re: Framemaker producing xml:stylesheet tags

2002-03-13 Thread Matt Sergeant
On Thu, 14 Mar 2002, Gavin Carr wrote: Hi all, Some of my users are using (an old?) Framemaker to produce xml documents, and I've noticed that the stylesheet links seem to be getting created using ?xml:stylesheet? (with a colon) rather than the standard ?xml-stylesheet? form. I can

Re: Failure in make test with XML-LibXML-1.40

2002-03-14 Thread Matt Sergeant
On Thu, 14 Mar 2002, Philip Molter wrote: On Solaris 8 (x86 and Sparc), make test dies in test 7 of 06nodetypes.t with a core dump. This happens with libxml2-2.4.12 and libxml2-2.4.17. Perl is 5.6.1. gcc 2.95.2 .3. Everything works fine under Linux. Here's a backtrace from the core

Re: [RFC] Apache::AxKit::Plugin::AddXSLParams::Request (wasHTTP_USER_AGENT as a parameter?)

2002-03-16 Thread Matt Sergeant
On Fri, 15 Mar 2002, Kip Hampton wrote: Howdy AxKittens, As promised, I whipped out a quick Plugin that provides a way to make info from the client request available as XSL params. Please see the attached README for details; or you can try it out for yourself by downloading from my

Re: debugging XPathScript

2002-03-16 Thread Matt Sergeant
On Fri, 15 Mar 2002, Tom Howe wrote: Anyway to get debug for XPathScript pages? most errors go unreported. Can you be more specific about unreported? Errors either go into the error log, or go to the screen (with AxErrorStylesheet). One big problem is XPath misses (where you misspell the

RE: Using XSP to feed XSLT

2002-03-16 Thread Matt Sergeant
On Fri, 15 Mar 2002, Fisher, James wrote: - Not an official spec so it could change any day?! We (AxKit and Cocoon teams) spent about 2 months on the [EMAIL PROTECTED] list hardening the XSP spec between the two teams, and made promises to never break backwards compatibility (though we did

RE: Using XSP to feed XSLT

2002-03-16 Thread Matt Sergeant
On Fri, 15 Mar 2002, Fisher, James wrote: How would you do this with your objects example? I would have all object calls return xml. Then they become single-use. *That* is the point. With XSP you don't have to return XML, you return a structure like you might normally from a method call.

Re: can i process one xml document using two xsl styles in AxKit?

2002-03-26 Thread Matt Sergeant
On Wed, 27 Mar 2002, [koi8-r] áÎÄÒÅÊ çÌÁÚÁÞÅ× wrote: hi, AxKit Yes, just use either more than one ?xml-stylesheet? PI, or more than one AxAdd*Processor directive that matches. -- !-- Matt -- :-Get a smart net/:- - To

Re: can i process one xml document using two xsl styles in AxKit ?

2002-04-02 Thread Matt Sergeant
On Wed, 27 Mar 2002, Michael Kroell wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 27 Mar 2002, Matt Sergeant wrote: It's funny, because I was about to reply and tell you to upgrade an use the AxIgnorePI config option, but I can't find it implemented. Strange as I could

Re: keep axkit.org site

2002-04-05 Thread Matt Sergeant
On Friday 05 April 2002 7:55 pm, peter renshaw wrote: Hi, it might be a pain to do this but I prefer to see axkit up and running as an axkit demo. Having it totally disappear to the apache site is a waste. Wading through the xml apache site and finding information is no fun. The

Re: MSIE Render; Content-Type Questions

2002-04-06 Thread Matt Sergeant
On Sat, 6 Apr 2002, Melvyn Sopacua wrote: But you need to tell Mozilla how to display the XML and it doesn't support XSL sheets (yet). Mozilla has supported XSLT in the default build for quite some time now. -- !-- Matt -- :-Get a smart net/:-

Re: xsp:expr question

2002-04-12 Thread Matt Sergeant
On Fri, 12 Apr 2002, Markus Jais wrote: hello I have a question on using xsp:expr I have this code xsp:expr $gmx-get_mail_index($customerno, inbox) /xsp:expr the get_mail_index function returns a xml string in the form of folderIndexmailfromMarkus Jais/from/mail/folderIndex but when I

Re: Am I correct in using this as a Plugin?

2002-04-12 Thread Matt Sergeant
On Friday 12 April 2002 6:34 pm, Daisuke Maki wrote: Hi, I needed to dynamically choose which stylesheets to use, and hence I was trying to use AxStyleName to set which xsl file to use upon seeing the "style" query string. My initial attempts failed, and then I noticed there's a

Re: XSP not working until I changed Provider/File.pm

2002-04-13 Thread Matt Sergeant
On Saturday 13 April 2002 1:39 am, Chris Wenham wrote: AddType application/x-xsp .xsp That should be application/xsp+xml probably (which is how other xml sub-types are defined). -- :-get a SMart net/:- - To unsubscribe,

Re: xsp:expr question

2002-04-15 Thread Matt Sergeant
On Mon, 15 Apr 2002, Markus Jais wrote: thanks for the tip but now I get a strange error: this is my xml code: xsp:page language=Perl xmlns:xsp=http://apache.org/xsp/core/v1; xmlns:util=http://apache.org/xsp/util/v1; page titleMailindex/title

Re: AxKit and Debian Woody

2002-04-15 Thread Matt Sergeant
On Mon, 15 Apr 2002, Marco Marongiu wrote: Hello * Great news on a side and bad on others. The AxKit 1.5 bundled in Woody (aka Debian GNU/Linux 3.0, still in testing but will be released in May) works wonderfully! Terrific - that's 3 down, just SuSE and Mandrake of all the major distros

Re: AxKit and Debian Woody

2002-04-15 Thread Matt Sergeant
On Mon, 15 Apr 2002, Marco Marongiu wrote: Matt Sergeant wrote: On Mon, 15 Apr 2002, Marco Marongiu wrote: Hello * Great news on a side and bad on others. The AxKit 1.5 bundled in Woody (aka Debian GNU/Linux 3.0, still in testing but will be released in May) works

Re: AxKit and Debian Woody

2002-04-15 Thread Matt Sergeant
On Mon, 15 Apr 2002, Marco Marongiu wrote: Personally I'd remove all DTD related stuff before running under AxKit - it's just too painful. Let me follow you. Do you mean: remove the DTD stuff before doing tests *or* remove the DTD things completely and do all the validation offline? Your

Re: Problem with installation of 1.5.1

2002-04-16 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 16 April 2002 5:58 pm, [EMAIL PROTECTED] wrote: Hello, I have Apache 2 installed on Solaris 2.8 and have successfully built and installed mod_perl as indicated below . Date: Tue, 16 Apr 2002 16:14:50 GMT Server: Apache/2.0.35

Re: Apache::AxKit::Language::XPathScript seemingly not working...

2002-04-18 Thread Matt Sergeant
On Wednesday 17 April 2002 7:27 pm, Nate, an AxKit user wrote: All, I'm running Apache-1.3.4, mod_perl-1.26 and AxKit-1.51 under (SPARC) Solaris 8. After following the quick ref stuff and examples on axkit.org, the XSLT examples work as I'd expect, but I'm *not* able to use the XSP

Re: compiled xsp

2002-04-20 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 20 April 2002 2:15 pm, Martino Piccinato wrote: I know the question may seem naif but I was wondering if there are ways to compile xsp/taglibs. By compile I just mean a way to hide source code in some kind of binary format that con

ANNOUNCE: AxKit 1.5.2

2002-04-24 Thread Matt Sergeant
AxKit 1.5.2 is now on axkit.org's download area at http://axkit.org/download/ , and is also heading to CPAN as I type this. This is a minor bug fix and features release. Changes below: - Allow AxKit to handle directory requests. - Fixed all Language modules to return 200/OK - Added

Re: problem with DTDs

2002-04-24 Thread Matt Sergeant
On 24 Apr 2002, Markus Spring wrote: It seems to me that AxKit resolves entity names with absolute paths relatively to the document root (which seems strange to me, as for example nsgmls uses accepts this as an absolute path - I have brought this topic into this mailing list last year).

Re: Sendmail taglib

2002-04-24 Thread Matt Sergeant
On Wed, 24 Apr 2002, Peter Strömberg wrote: I'm completely new to AxKit and have just made the quick start work for me as well as Barrie's taglib example from perl.com. It got me interested in taglibs. I'd like a discussion on what signs to look for to know that a taglib might be the answer.

Re: problem with Your First AxKit Page...

2002-04-24 Thread Matt Sergeant
On Wednesday 24 April 2002 5:54 pm, tomasz konefal wrote: hello list, i'm just checking out AxKit and trying Your First AxKit Page from the axkit.org main guide. i'm having a problem though because my browser tells me that my document contains no data. can someone give me a clue to

Re: still have a problem with Your First AxKit Page...

2002-04-25 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 24 April 2002 9:27 pm, tomasz konefal wrote: [Wed Apr 24 16:15:06 2002] [warn] [client 192.168.6.23] [AxKit] [uri] File Provider set filename to /home/twkonefal/itinventory/itinventory-1.00-axkit/www/test.xps [Wed Apr 24 16:15:06

Re: XPathScript - output pre + post but no data

2002-04-25 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 25 April 2002 6:51 am, Piers Harding wrote: Hi, Something that I have never tried before, adn I am unsure whether it is supposed to be possible, but I want to process a set of nodes using XPathScript, but suppress the output of the

Re: problem with DTDs

2002-04-25 Thread Matt Sergeant
On Thu, 25 Apr 2002, Markus Jais wrote: On Thursday 25 April 2002 11:50, Le grande pinguin wrote: On Thu, Apr 25, 2002 at 11:38:47AM +0200, Markus Jais wrote: On Thursday 25 April 2002 11:28, Markus.Spring wrote: !ENTITY subnav SYSTEM file://subnav.xml !ENTITY topnav SYSTEM

Re: problem with DTDs

2002-04-25 Thread Matt Sergeant
On Thu, 25 Apr 2002, Markus Jais wrote: no, nothing is printed to the apache error log?? You need to set AxDebugLevel 10 -- !-- Matt -- :-Get a smart net/:- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Using the AxKit Pipeline in other ways

2002-04-25 Thread Matt Sergeant
On Thursday 25 April 2002 6:03 pm, Chris Wenham wrote: On Thu, 2002-04-25 at 13:45, Christopher H. Laco wrote: But then I started wondering, is it possible to use AxKit in some way as an order processing pipeline like [Forgive me] MS Commerce Server does its pipelines? If you were to

Re:

2002-04-25 Thread Matt Sergeant
On Thursday 25 April 2002 6:50 pm, Sameer Velankar wrote: Hi, I am new to axkit. So this question may be naive. I want to pass an XML generated on the fly by a mod-perl apache module directly through axkit, somthing like: Apache --- perl module -(XML)- AxKit/stylesheet -(HTML)- browser

Re: Using the AxKit Pipeline in other ways

2002-04-25 Thread Matt Sergeant
On Thursday 25 April 2002 7:32 pm, Chris Wenham wrote: The big plus for me is that I can mitigate the performance problem a little by having AxKit cache the output of most of those XSP programs running in sub-pipes--I don't need to re-generate the list of recent publications for every hit,

Re: WIn32 install - HELP!

2002-04-27 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 27 April 2002 6:09 pm, Joe Antonecchia wrote: Is this all I need? It is now complaining that the procedure entry point XML__GetCurrentLineNumber is not found in expat.dll. THis happens when it is trying to load Sablotron. The

Re: using XSP to create XSP that is then executed?

2002-04-28 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 28 April 2002 7:33 pm, Piers Harding wrote: Hi, I am tryinng to write some XSP that generates some more XSP, that in turn is executed ( and subsequently passed to XPS processing ) - but I have been looking around but I haven't been

Re: problem with reloading

2002-04-29 Thread Matt Sergeant
On Monday 29 April 2002 11:35 am, Markus Jais wrote: hello I have a strange problem. on one of my web pages I get an internal server error when I press the reload button of the browser. when I press reload again it looks fine and when I press reload again I get the internal server error.

  1   2   3   4   5   6   7   >