Re: [xsl] two input xml files to one xml file

Subject: Re: [xsl] two input xml files to one xml file
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Apr 2004 11:36:42 +0200
At 2004-04-19 11:50 +0530, Gangadhar Mylapuram wrote:
G. Ken Holman wrote:
DTD's are irrelevant in XSLT.

From my understanding dtd's provide definition for the xml file we are going to write. Am I correct?

It provides a definition to the stylesheet writer, not to the XSLT processor. XSLT can produce *any* XML vocabulary output that the stylesheet writer actually creates, even a *wrong* one if the stylesheet writer does not write their stylesheet correctly.


In this case, If I want cover all the definitions i should refer dtd's while writing XSLT file.

Yes, *you* should refer to the DTD, not have XSLT refer to the DTD.


In this case how the dtd's are irrelevant in XSLT.

Because you cannot constrain XSLT by a DTD ... an XSLT processor does not and cannot work with DTD files in any way for output (and only a very limited way for input: defaulted attributes, unparsed entity declarations and ID-typed attribute declarations).


I hope this clarifies my comments.

................... Ken

--
Public courses: Spring 2004 world tour of hands-on XSL instruction
Each week:   Monday-Wednesday: XSLT/XPath; Thursday-Friday: XSL-FO
Hong Kong May 17-21; Bremen Germany May 24-28; Helsinki June 14-18

World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc

Current Thread