XSLT will only work on XML input that is namespace-well-formed, which means that a name containing a colon is always treated according to the rules in the namespaces specification, whether it appears in the source document or in a stylesheet (including within an XPath expression).
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
|