[xslt] Version Differences



Ive been working with an XSLT sheet on a Mac for some time. I have it so it includes other stylesheets in a subdirectory of the parent directory of the first sheet.

Im wondering if there were changes between the versions of LibXSLT and how it includes fiules or detects the current directory. Here is what i have found.

Darwin 10.4/MacOS X Tiger  XML 20616 XSLT 10111 EXSLT 809 -- Works
Ubuntu "Hoary Hedgehog" 5.04  XML 20617 XSLT 10112 EXSLT 810 -- Works
Ubuntu "Dapper Drake" 6.06 XML 20624 XSLT 10115 EXSLT 812 -- Fails
Ubuntu "Dapper Drake" 6.06 (Hand Compiled) XML 20626 XSLT 10117 EXSLT 813 -- Fails

It always says something to the effect that it cant find the specified file. Is there anyway i can fix this? Can someone explain the changes? if its version dependent is there some sort of global variable or something that tells the parser version? some way of programatically switching out paths.

---
Glenn R. Martin

C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg. -- Bjarne Stroustrup




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]