> But this does not work.
> In the XML file if I replace
> <Resume xmlns="http://ns.hr-xml.org/RecruitingAndStaffing/SEP-2_0">
> By
> <Resume>
> This work fine
>
> Could anybody explain me why ?
This is a FAQ. The name of the Resume element has two parts, a namespace
URI and a local name. To refer to it in an XPath expression you must use
a QName in the form prefix:local-name, where the prefix is assigned to
the correct namespace URI.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Namespace ?
- stephane - Thu, 25 Jul 2002 08:25:19 -0400 (EDT)
- Michael Kay - Thu, 25 Jul 2002 09:25:47 -0400 (EDT) <=
|
|