Hello, XML documents can have style-sheet information embedded into the document itself. Is there any API to extract the embedded XSL information?
Below are starting few lines of the XML document ===================================== <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Edited with XML Spy v4.2 --> <?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?> ... ... ===================================== Is there any API which will provide me the style sheet information? Thanks, Raghunath _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
