xsl-list
[Top] [All Lists]

Re: Annoying XSLT code

2005-08-18 08:40:06
How would you generate this XQuery:

<a>{x < y}</a>

?

I do not know how to disable output escaping in xquery, to create the "<".
Instead I dynamically create, and immediately evaluate, expressions in
xquery. I use the util:evaluate() function in eXist for that. Then I
do not have to care about output escaping. I use that to create
xqueries based on the contents of an xml file, using the xml as a
query pattern. Then I can change the xml file, and execute a somewhat
different xquery, without having to change the xquery code.

Hans

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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