xsl-list
[Top] [All Lists]

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

2003-08-14 02:31:47
  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



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