[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Getting at namespace-prefix used in source documen

Subject: Re: Getting at namespace-prefix used in source document
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 10 Sep 2006 15:33:15 +0100
Re:  Getting at namespace-prefix used in source documen
substring-before(name(),':') 
or 

or to know the prefix used for http://www.example.com.ns use 
name(namespace::*[.='http://www.example.com.ns'])

in both cases what you actually get is the prefix used in the input
tree, which need not be (but always is on systems that I use) the same as
the prefix used in the original document. (xslt allowed xml parsers
_not_ to report original prefixes (in which case the system would make
up prefixes) but in practice all namespace parsers do report prefixes
9otherwise supporting namespsaces in attributes in xpath and xschema etc
would be very hard.

David

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.