[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Proposed syntax for namespace binding in XPath
Subject: Re: [xsl] Proposed syntax for namespace binding in XPath
From: "Eric Bréchemier" <eric.brechemier@xxxxxxxxx>
Date: Fri, 20 Apr 2007 01:23:30 +0200
|
I came to the idea that variable binding could be used to define
namespace prefix mapping in the context of an expression, using
"pseudo-variables" in the same way as pseudo-attributes are used for
namespace binding, as illustrated below:
for
$xmlns in 'http://default/uri',
$xmlns:c in 'http://example.org/customer',
$xmlns:p in 'http://example.org/personal-info'
return
/data/c:customer/p:name
Please give me your feedback:
- Is it allowed?
- Is it semantically compatible with XPath2 / XML Namespaces?
- Is is usable for human authors?
Kind Regards,
Eric Brichemier
On 3/31/07, Michael Kay <mike@xxxxxxxxxxxx> wrote:
I'd like to solicit reactions to a proposal to define an informal standard
for binding namespaces in strings containing XPath expressions.
| Current Thread |
Abel Braaksma - 19 Apr 2007 16:59:26 -0000
- Eric Bréchemier - 19 Apr 2007 23:23:50 -0000 <=
|
|