xsl-list
[Top] [All Lists]

Re: Default namespace in XML document

2005-11-01 14:36:33
On 11/1/05, Kevin L.. Cobb <kevin(_dot_)cobb(_at_)emergint(_dot_)com> wrote:
I have an XML document with a default namespace indicated at the root.
Something like this:

<MyRoot xmlns="http://www.mysite.com";>
<!-- a lotta XML in here -->
</MyRoot>

My XSLT to parse the XML does not work as expected because of the
default namespace, i.e. when I remove the namespace, everyting works as
expected. All XPATH statements find their intended values. Since I don't
have control over the source XML and the included default namespace,
what should I do to my XSLT so that my XPATH expressions find their
intended values?

From the FAQ, matching elements in default namespace
http://www.dpawson.co.uk/xsl/sect2/N5536.html#d6476e1012

Jon Gorman

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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