xsl-list
[Top] [All Lists]

RE: how to use namespaces with xsltproc

2003-01-28 01:53:20
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



<Prev in Thread] Current Thread [Next in Thread>