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

Subject: Re: [xsl] Replacing = with == and ===
From: "Dimitre Novatchev dnovatchev@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 3 Aug 2014 16:42:05 -0000
http://expath.org/

On Sun, Aug 3, 2014 at 8:55 AM, L2L 2L emanuelallen@xxxxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> What's EXPath and the likes?
>
> E-S4L
>
>> On Aug 3, 2014, at 11:50 AM, "Dimitre Novatchev dnovatchev@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>>
>> On Sun, Aug 3, 2014 at 12:13 AM, BR Chrisman brchrisman@xxxxxxxxx
>> <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> 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
>>
> 



-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
To achieve the impossible dream, try going to sleep.
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they
write all patents, too? :)
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.

Current Thread