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

RE: Re:

Subject: RE: Re:
From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx>
Date: Wed, 07 Jan 2004 10:49:01 +0000
RE:  Re:
But you can get some information about the document and its content if you
look inside the stylesheet and to the result.

If in this case we will have for instance the stylesheet as

<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
    <xsl:template match="/">
        [<xsl:value-of select="test/a"/>]
        [<xsl:value-of select="test/b"/>]
    </xsl:template>
</xsl:stylesheet>

and the output:

[a]
[b]

Then you can infere that the initial document has test as root element and
at least two children a and b with content "a" and "b" respectivelly.

But the case is the same as with the XML file - you can't get to the XSL from the client.


If - for example - the processing of the XML file is done with ASP, then it is only the ASP that knows about the XML and the XSL. The output will be html. If the ASP file also got information from a SQL database, you would not expect to being able to get all the data in the SQL. The same applies to XML when transformed serverside.

Regards,
Ragulf :)

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



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



Current Thread
  • RE:
    • Rowland Shaw - Wed, 7 Jan 2004 04:38:07 -0500 (EST)
      • <Possible follow-ups>
      • Ragulf Pickaxe - Wed, 7 Jan 2004 04:56:00 -0500 (EST)
      • Ragulf Pickaxe - Wed, 7 Jan 2004 05:49:37 -0500 (EST) <=
      • Andrew Welch - Wed, 7 Jan 2004 05:56:20 -0500 (EST)
      • Andrew Welch - Wed, 7 Jan 2004 05:59:18 -0500 (EST)
      • Gary Calvin - Wed, 7 Jan 2004 14:14:00 -0500 (EST)
      • Peter_Ivan - Thu, 8 Jan 2004 03:52:39 -0500 (EST)

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.