[Home] [By Thread] [By Date] [Recent Entries]
Byomokesh Sahoo wrote:
<book xmlns="http://docbook.org/ns/docbook"> <title>Endless Universe</title> <subtitle>Beyond the Big Bang</subtitle> ........ </book> The elements are in the namespace http://docbook.org/ns/docbook, to select or match them with XPath 1.0/XSLT 1.0 you need to qualify element names e.g. <xsl:template match="db:book"> <xsl:value-of select="title"/> <xsl:value-of select="db:title"/> and so on. -- Martin Honnen http://JavaScript.FAQTs.com/
|

Cart



