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]

XSL Parameters...


Hi,

   I'm having a little difficulty with passing parameters from a html form to an style sheet. An asp page calls the xml page with the approiate style sheet. If I display the parameters from the style sheet they look ok e.g. 

PartCode021-00046021-00105

The partcode is the first param and then the next teo start with 201- I presume this means the style sheet got them correctly but when i try this :

<xsl:for-each select="//R1[$PartCode &gt; $from and $PartCode &lt; $to]">

The from and to work grand but it does not seem to recogneise the $PartCode variable.....

I'm kinda new to this area so any help would be appreciated. Also, could anyone reccommend a good book for xml/xsl preferably available from amazon?

Regards,
Peter.

-- 
Peter Aherne   : IT Solutions Developer
Mobile Number  : 087-2246834
E-Mail address : peter@linux.ie
Web address    : http://www.csn.ul.ie/~peter


 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]