xsl-list
[Top] [All Lists]

Thanks for solution to: How to Display as text the select predicates of..

2005-01-21 00:48:07
Dear Dr. Kay,

Of course!! I forgot that wonderful trick of the null document() function that allows the program to see itself.

If those old Zen masters had had XSLT they would not have been in such a lather about the the self seeing the self.

Thank you very much indeed.

David Riggs

Nichibunken, Kyoto

--- original message---------
From: "Michael Kay" <mike(_at_)saxonica(_dot_)com>

Well, there aren't many programming languages that allow a program to read
its own source code, but you're in luck, because XSLT is one of them.

<xsl:value-of select="document('')/*/xsl:variable[(_at_)name='bool']/@select"/>

should do the trick.

The alternative solution to this problem is to have the search conditions
supplied as a string (for example in a stylesheet parameter or a
configuration file) and to use dyn:evaluate() to turn the string into an
expression that you can evaluate.

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
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>