xsl-list
[Top] [All Lists]

Re: Basic question about Namespace handling in XPath 1.0 (not necessarily related to XSLT)

2005-09-28 07:55:01

Please explain more elaborately.

I'll try (That used to be Jeni's job:-)

 How do you specify a 'no-namespace' (halfway) in a namespaced
 document

add xmlns="" to the element that you want to be in no-namespace.

and how do you set the 'xpath default namespace' in Xpath2?
In an XPath2 API, It's up to that API, in XSLT2 you put
default-xpath-default-namespace="...." on any xsl instruction, or
xsl:default-xpath-default-namespace="...." on any literal result element
to change the interpretation of unprefixed element (and type) names in
Xpath expressions within that scope.


You should use them, but for controlling literal result elements in the
result, not controlling xpath queries into the source.

Sometimes elements from queries are copied or are in the same namespace as 
the literals.

Your statement is true, but I'm not sure how it relates to the original
statement about xmlns in a stylesheet. Elements that are copied are
unaffected by any namespace declarations in the stylesheet.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
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>