[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XPATH and XSL(T)

Subject: Re: XPATH and XSL(T)
From: "Ron Pronk" <ronp@xxxxxxxxxxxx>
Date: Tue, 14 Nov 2000 20:09:59 -0700
ron pronk
I don't know that such a glossary exists. However, you might try using the
following (XPath) example code with RenderX to create your own glossary in
PDF format. I haven't tested this, so I don't know if it really works. Of
course, you would need to first download and install RenderX at
http://www.renderx.com/products.html. ( I don't work for them and have no
affiliation with them.) And somebody on this mailing list might club me over
the head for providing code that doesn't work--but at least they'll probably
tell you what does work.

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<html>
<body>
<xsl:for-each select="http://www.w3.org/TR/xpath/a">
<p>
<xsl:value-of
select="http://www.w3.org/TR/xpath/a#xpointer(string-range(/A,'*', *,*)" />
<br />
</p>
</xsl:for-each>
</body>
</html>
</xsl:template>
</xsl:stylesheet>

----- Original Message -----
From: "Brian Thornton" <briant@xxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Tuesday, November 14, 2000 5:23 PM
Subject: XPATH and XSL(T)


> ANyone knoe a a quick refrence or glossary for these?
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.