delphi - NativeXML - Create processing instructions (xml-stylesheet) -


i know how 'classic' xml object

begin   pinode := xmldocument1.domdocument.createprocessinginstruction('xml-stylesheet', 'type="text/xsl"  href="cda2.xsl"');   xmldocument1.domdocument.insertbefore(pinode, xmldocument1.domdocument.childnodes[1]); end; 

but have project uses nativexml ; , don't want mix code ; want use nativexml complete task.

so ... question : there function/method/workaround nativexml.

thank you!


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -