in reply to XSLT to HTML/XHTML

I dont understand what can be the problem..I tried searching a lot and probably it is in my xsl file. What can the possible error?

Probably a bug in XML::XSLT module

You'll have better luck with XML::LibXSLT or maybe XML::Sablotron

Replies are listed 'Best First'.
Re^2: XSLT to HTML/XHTML
by tej (Scribe) on Aug 05, 2011 at 07:16 UTC
    Probably a bug in XML::XSLT module

    I tried the same script on a sample file downloaded from w3schools and script works fine

    I 'll try these modules and check..

    Thanks.. :)
      Then you migth have a problem with features supported in the XSLT processor, for example, whether it's is version 1 or version 2 XSLT.