Re: AxKit, XML Namespaces and xml::Lang

2005-03-23 Thread matt
Dirk, I'm pretty sure this is fixed in CVS with XSP.pm revision 1.50+ diff -r1.49 -r1.50 1c1 < # $Id: XSP.pm,v 1.49 2003/09/08 07:06:12 matts Exp $ --- > # $Id: XSP.pm,v 1.50 2003/09/17 19:49:52 jwalt Exp $ 952a953,956 > if ($attr->{NamespaceURI}) { > $code .= '$parent->setAt

Re: AxKit, XML Namespaces and xml::Lang

2005-03-23 Thread dakkar
Dirk-Willem van Gulik wrote: We have got some strange behavior while dealing with XSP pages containing a lot of nested/scoped xml:lang attributes as well as XML-Namaspaces (which are not used for taglibs but simply to differentiate tags into the XSLT space). I think I know what's happening. foo.xml

AxKit, XML Namespaces and xml::Lang

2005-03-23 Thread Dirk-Willem van Gulik
Folks, We have got some strange behavior while dealing with XSP pages containing a lot of nested/scoped xml:lang attributes as well as XML-Namaspaces (which are not used for taglibs but simply to differentiate tags into the XSLT space). foo.xml: http://www.w3.org/1999/x

Re: XML Namespaces

2003-02-11 Thread Kip Hampton
Eddie Roosenmaallen wrote: Can anyone point me to a good tutorial on using and writing XML namespaces, or at least give me a quick run-down on how they are built, and the internal structure (if any) of a namespace? Zvon.org has a nice XML Namespaces intro [1] with links to more info. HTH

Re: XML Namespaces

2003-02-11 Thread Tod Harter
hout them really On Tuesday 11 February 2003 09:48 am, Eddie Roosenmaallen wrote: > Hi all! > > From reading the documentation on AxKit and XSP, it seems that XML > namespaces are a must for making full use of AxKit. Problem is, I've been > totally unable to find any documen

Re: XML Namespaces

2003-02-11 Thread Robin Berjon
Eddie Roosenmaallen wrote: From reading the documentation on AxKit and XSP, it seems that XML namespaces are a must for making full use of AxKit. Yes, in fact they are a must for anything XML. Imho the fact that namespace-less XML is even possible is a bug, as I have yet to find one single

Re: XML Namespaces

2003-02-11 Thread Colin Goodier
Go to www.xml.com and type 'namespaces' in the searchbox. Lots of stuff there. Colin On Tue, 2003-02-11 at 14:48, Eddie Roosenmaallen wrote: > Hi all! > > From reading the documentation on AxKit and XSP, it seems that XML > namespaces are a must for making full use of A

XML Namespaces

2003-02-11 Thread Eddie Roosenmaallen
Hi all! From reading the documentation on AxKit and XSP, it seems that XML namespaces are a must for making full use of AxKit. Problem is, I've been totally unable to find any documentation on namespaces. Can anyone point me to a good tutorial on using and writing XML namespaces, or at