Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - Re: [xsl] xsl:copy- of and namespaces >Thread Next - Re: [xsl] xsl:copy- of and namespaces Re: [xsl] xsl:copy- of and namespacesTo: Date: 4/1/2008 5:30:00 PM Garvin Riensche wrote:
> how do I choose elements by their namespace?
Assuming the following bindings are in scope in the stylesheet:
xmlns:old="you-old-namespace-uri"
xmlns:new="you-new-namespace-uri"
you can use the following XPath expression (or match patterns):
old:elem (: select element named 'elem' in old ns :)
new:elem (: select element named 'elem' in new ns :)
old:* (: select any element in old ns :)
new:* (: select any element in new ns :)
*:elem (: select element named 'elem' in any ns :)
If you still have a problem, please post the relevant part of your
stylesheet and of your input, as well as the required output.
Regards,
--drkm
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Plus de moyens pour rester en contact. http://mail.yahoo.fr | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
