XSLT Transformation using libXSLT

Cecil

19+ years progress programming and still learning.
HI All

I want to do on-the-fly transformation of a XML document which resides in a MEMPTR. So my question is can I transform my XML document using a C shared-object library with out having to shelling out to the OS and run a command line tool.

I was looking at using libXSLT to do the transformation. I am open to alternative suggestions.

James.
 
Top