This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: passing parameters to stylesheets


Ralph Holz wrote:
> Hi,
> 
> I'm using Cocoon 2.0.2 here to process XML files with XSL-T stylesheets.
> 
> The relevant part of my pipeline is like this:
> 
> <map:match pattern="start.xml">
> <map:generate src="start.xml"/>
> <map:transform src="start.xsl">

     <map:parameter name="test" value="value"/>
   </map:transform>

> <map:serialize type="html"/>
> </map:match>
> 
> start.xml contains several sets of data, which are very similar to each 
> other. I'd like to pick one at a time and display it. For this purpose, 
> it would be possible to write several stylesheets, one for each data set 
> I'd like to process. However, I find it more elegant if I could somehow 
> pass a parameter to start.xsl, telling it which data set to process.
> 
> Is it possible to pass "external" parameters a stylesheet?
> 
> Thanks in advance,
> Ralph

Regards,

Joerg

-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]