When I load source XML file string <?xml-stylesheet type="text/xsl" href="aaa.xsl"?> change into <?xml ?>
What is the trouble ?
That XML is not valid within the subset of XML supported by TinyXml.
Log in to post a comment.
When I load source XML file
string
<?xml-stylesheet type="text/xsl" href="aaa.xsl"?>
change into
<?xml ?>
What is the trouble ?
That XML is not valid within the subset of XML supported by TinyXml.