Hi all, I’m porting an application that uses libxml/libxslt to an embedded platform that has no filesystem. Accordingly, I’m trying to find (and hopefully not have to write) an equivalent to xsltParseStylesheetFile() that accepts a string representation of the stylesheet, instead of a filename/URI pointing to it. Coming up blank. For the schema file, I was able to simply replace xmlSchemaNewParserCtxt() with xmlSchemaNewMemParserCtxt() – is there an equivalent in libxslt that I’m overlooking? I’m also willing to accept that there is a better approach that I haven’t considered : - ) Any help appreciated. Thanks -Leif The information transmitted by and/or attached to this email is intended only for the person or entity to which it is addressed. This email and any attachments may contain proprietary, confidential
and/or privileged material. If you are not the intended recipient of this message, be aware that any use, review, retransmission, distribution, reproduction or any action taken in reliance upon this message is strictly prohibited. If you received this in error,
please contact the sender and delete the material from all computers. |