XSL compatibility with linux and windows platforms....

admin

Administrator
Staff member
Hi,

I was working with an xsl on windows platform

one of the statements was something like this:

<xsl:for-each select="/view/work/cat-sku-filter-list/size-filter-results/filter-info/">
----

this worked absolutely fine on windows platform

and i tried to use the same file on a linux platform and it didnt work....
then i changed the above piece of code to

<xsl:for-each select="/view/work/cat-sku-filter-list/size-filter-results/filter-info">

Please note that the '/ 'is missing after the 'info' element

i just wanted to know that is xsl not completely platform independent?
if not, from where do i get the relevant information....
like what am i supposd to use on which platforms etc etc

Thanx,
Tanuja
 
Back
Top