[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Using document() and XPath to extract data from multiple namespac es in multiple files


Subject: Re: [xsl] Using document() and XPath to extract data from multiple namespac es in multiple files
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 14 Aug 2003 10:31:47 +0100

  when I attempt to extract data from the unadorned
  "foo" element or an attribute of the unadorned "meta" element, I get
  nothing. Any thoughts appreciated...

Your foo element is not unadorned, it is in the namespace
"http://www.w3.org/1999/xhtml"
(which is shouldn't be, but XSLT won't care)

To access that on XSLT you need to declare a prefix for that namespace
in the stylesheet and refer to it as x:foo in the Xpaths.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords