I have an XSL file which adds a processing instruction to an XML file. I would then like AxKit to follow that processing instruction on the new document, but AxKit does not parse the newly created file to process the in-line instruction.
I am adding:
<xsl:processing-instruction name="xsl-stylesheet"> <xsl:text>href="somestylesheet.xsl" type="text/xsl"</xsl:text> </xsl:processing-instruction>
This yields an XML document with the 2nd line being:
<?xml-stylesheet href="ToLNetscape.xsl" type="text/xsl"?>
This should then cause the new XML file to be processed with the new processing instruction, no?
-- JF
-- =============================== Jeremy Frumkin
Metadata Systems Librarian University of Arizona Library
[EMAIL PROTECTED]
+1 520.621.2916 +1 520.621.9733 ===============================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
