|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] how to use namespaces with xsltproc
I'm trying to extract from an OpenOffice content.xml file
the elements delimited by the <list:item> tag with the
xsltproc program, but it gives the next error message:
error
xsltCompileStepPattern : no namespace bound to prefix list
compilation error: file ListForAll.xsl line 19 element template
xsltCompilePattern : failed to compile 'list:item'
Where can I learn about namespaces and what do I have to add
to my xsl stylesheet for performing that?
---xsl style sheet-------------------------------------
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<head>
<title>Item List</title>
</head>
<body>
<ul>
<xsl:apply-templates/>
</ul>
</body>
</html>
</xsl:template>
<xsl:template match="list:item">
<li>
<xsl:apply-templates/>
</li>
</xsl:template>
</xsl:stylesheet>
-------------------------------------------------------
Thanks.
___________________________________
Pierre François <pf@xxxxxxxxxxx>
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








