xsl-list
[Top] [All Lists]

Re: [xsl] Replacing = with == and ===

2014-08-03 10:50:31
On Sun, Aug 3, 2014 at 12:13 AM, BR Chrisman brchrisman(_at_)gmail(_dot_)com
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:
But when it comes down to it, I'd also like an XPath-like-language
that implicitly lets me parse/address XPath within XSLT attributes
(like select=) in order to gain further insight into what a particular
template/routine/etc is doing (and whether I need to modify it via my
XSLT-transforming-XSLT program.


XQueryX is a *standard* W3C Recommendation:

     http://www.w3.org/TR/2014/REC-xqueryx-30-20140408/
     http://www.w3.org/TR/xqueryx/

And at least for the previous version I think there was a Java-based
parser for XQuery, that produced an XQueryX XML document from an
XQuery expression.

Certainly XPath is a true subset of XQuery. This means that the parser
will successfully produce an XQueryX document for any input XPath
expression.

So, one will simply use *XPath* to navigate an XPath expression that
is converted to XQueryX.

I think it wouldn't be too much effort to refactor the XQueryX
grammar, so that a subset of it will be the grammar of what we could
call "XPathX". Maybe an idea for EXPath?


-- 
Cheers,
Dimitre Novatchev
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>