|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: HTML to XML
Knight, Michel wrote:
Trying to get the title node content from menu_test.htm using test.xsl: As you can see I've tried a few combination with no success, could anybody educate me on the proper approach. <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="http://www.w3.org/199/xhtml"> ^^^ That should be 1999 for the XHTML 1 namespace as defined by the W3C. <xsl:template match="xhtml:html"> <html> <head> <title>Testing</title> </head> <body> <!--xsl:value-of select="xhtml:head/xhtml:title"/--> That should do, once the namespace problem above is corrected. -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|
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
|






