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

Re: using a parameter to modify part of the file path

Subject: Re: using a parameter to modify part of the file path in document(...) function
From: "Tracey Zellmann" <tracey.zellmann@xxxxxxxxxxx>
Date: Sat, 16 Sep 2006 15:08:44 -0400
regular expressions file path
I am using XSLT 2.0 and JAVA 1.5.0_07 and the Saxon B net.sf.saxon.TransformerFactoryImpl Transformer.

In my style sheet, I currently import an xml document
<xsl:variable name="list" select="document('../inputXml/storyPages.xml')"/>

Now that everything works, I want to change my input file arrangements and use different documents, each named storyPages.xml, but from different directories.

examples:

../TownHouseData/inputXML/buildingStories.xml
../MiddlesexHotelData/inputXML/buildingStories.xml
../DamonMillData/inputXML/buildingStories.xml

and so forth.

I can set a parameter in my java program,
transformer.setParameter("buildingDataFile", "TownHouseData");

and use a different setting for the other buildings.

My problem is that I always get confused in XSLT using variables and parameters inside double and single quoted strings.

What is a clean syntax for accomplishing this?

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.