December 03, 2004

What's that <? called?

I needed to add a <?xml-stylesheet to my XML DOM document, and I didn't know what to call this <?. It is a processing instruction. I used the Java API document.createProcessingInstruction("xml-stylesheet", "type='text/xsl' href='sheet.xsl' ");

Posted by rob at December 3, 2004 09:58 AM