Subject: RE: how to use namespaces with xsltproc
From: Pierre François <pf@xxxxxxxxxxx>
Date: Tue, 28 Jan 2003 09:53:20 +0100
|
I asked:
> > Where can I learn about namespaces and what do I have to
> > add to my xsl stylesheet for performing that?
> >
And Joe aswered:
> You can add the namespace information in the stylesheet
> element after the one there already. You'll need to copy the
> uri from the xml document. <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> xmlns:list="uri for list goes here">
>
> Joe
Indeed, and it works. Thank you very much, Joe.
Pierre.
___________________________________
Pierre François
Roemer Visscherstraat 46
1054 EZ Amsterdam (The Netherlands)
+31 20 616 58 46
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|