Subject: How to put a DTD in the result tree?
From: "Robert C. Lyons" <boblyons@xxxxxxxxxx>
Date: Mon, 17 May 1999 16:44:10 -0400
|
I'm using XSL to convert a source XML document into
a target XML document.
I would like the target XML document to include a DTD.
How can I do this via XSL?
The following is an example of a target XML document that
contains a DTD:
<?xml version="1.0"?>
<!DOCTYPE Invoice SYSTEM "invoice.dtd">
<Invoice>
<!-- Other elements... -->
</Invoice>
Thanks.
Bob
------
Bob Lyons
EC Consultant
Unidex Inc.
1-732-975-9877
boblyons@xxxxxxxxxx
http://www.unidex.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|