RE: [xml-dev] Regarding libxml2-2.6.17 and xsl
by Mark - BLS CTR Thomas other posts by this author
Mar 30 2005 5:57AM messages near this date
[xml-dev] RDF: anything, anytime
|
[xml-dev] Xml2PDF formatter version 2.2 is released
& XSLT > I am using xmlWriter API for that. Upto this
> its fine. Now I need to add one more line in that new XML
> file as follows :
>
> <?xml-stylesheet type="text/xsl" href="txt2xml.xsl"?>
>
> This is to specify the xsl file. But I can't find any API in
> libxml2-xmlWriter's API for the same.
I haven't used the XMLWriter API, but I see the following functions:
xmlTextWriterStartPI
xmlTextWriterWriteFormatPI
xmlTextWriterWritePI
xmlTextWriterEndPI
Are these what you were looking for?
--
Mark Thomas
Internet Systems Architect
_______________________________________
BAE SYSTEMS Information Technology
2525 Network Place
Herndon, VA 20171 USA
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>
|