I am attempting to parse an XML document against an XSLT 2.0 sheet. However, I am being told that the libraries on OSX 10.5.x only support XSLT 1.0 operations. When I look at xsltproc, I get this:
hmasing$ xsltproc --version Using libxml 20616, libxslt 10112 and libexslt 810 xsltproc was compiled against libxml 20616, libxslt 10112 and libexslt 810 libxslt 10112 was compiled against libxml 20616 libexslt 810 was compiled against libxml 20616
Does anyone have a concise guide to installing XSLT 2.0, the ruby xslt gems to work against those libs, and some good fu to pass my way? Please assume I am a total idiot in any instructions. Any help is greatly appreciated!
- Hans