Skip to main content

how to add DocType declaration on top of the XML

Comments

1 comment

  • David Paras

    I used the action menu item “Global Custom XSL Before”. Then added the following xsl in there

    <xsl:text disable-output-escaping='yes'>&lt;!DOCTYPE cXML SYSTEM "http://xml.cXML.org/schemas/cXML/ 1.2.3456/InvoiceDetail.dtd"&gt;</xsl:text>

    0

Post is closed for comments.