Next in thread → Next in month →

RE: [xml-dev] Regarding libxml2-2.6.17 and xsl

From
Thomas, Mark - BLS CTR <>
To
'Saha Rabindra N' <>, xml-dev <>
Date
2005-03-30T13:53:36Z
ID
<>
Thread
RE: [xml-dev] Regarding libxml2-2.6.17 and xsl
> 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
Next in thread → Next in month →