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

Re: Passing external values into xsl stylesheet to sel

Subject: Re: Passing external values into xsl stylesheet to select portions of xml file (apache/cocoon)
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Mon, 3 Sep 2001 14:48:29 +0100
parse external stylesheet xsl
u dont need to wrap everything in CDATA ??

not quite sure why ?

> <?xml version="1.0" encoding="iso-8859-1"?>
> <feed>
>     <story type="breaking_news">
>           <storyid>22497</storyid>
>           <category><![CDATA[world_news]]></category>
>           <date><![CDATA[foo]]></date>
>           <time><![CDATA[foo]]></time>
>           <revisionid><![CDATA[foo]]></revisionid>
>           <headline><![CDATA[foo]]></headline>
>           <byline><![CDATA[foo]]></byline>
>           <deck><![CDATA[foo]]><deck>
>           <body><![CDATA[foo]]><body>
>           <picture><![CDATA[foo]]></picture>
>
> <picturecaption><![CDATA[foo]]></picturecaption>
>           <publisher><![CDATA[foo]]></publisher>
>           <copyright><![CDATA[foo]]></copyright>
>           <priority>foo</priority>
>      </story>
>
>      <story type="breaking_news">
>           <storyid>23531</storyid>
>           <category><![CDATA[world_news]]></category>
>           ........
>           ........
>      </story>
> <feed>
>
>

>
> How can I pass a particular value for storyid into the
> xsl in real time for when the user clicks a link for
> story number 22222 for example???

depending upon the parser, u can use xsl:param to pass in variables ( which
themselves can be regular vars or nodesets  )

> I've looked at <xsl:variable> ...but these always seem
> to be set to a defined value INSIDE the xsl document.

yes, they are defined in the xsl, but can be given no value attribute.

your problem is the 'HOW' of getting the parser to recognize a param, which
i suspect is a cocoon specific problem,
( maybe its parsed in the URL, not quite sure )

cheers, jim fuller


 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.