When we write an xsl, we get some error if the XSL is not
proper. How the validation actually happens? Where is the DTD
for XSL?
An XSLT processor validates an XSLT stylesheet in the same way as a Java
compiler validates a Java program. It doesn't need a DTD to do this: it
knows the rules. And there are many rules that could not be expressed in
a DTD, for example the fact that the value of the version attribute must
be numeric.
Michael Kay
Can any one tell me the logic behind > the process.
http://www.w3.org/TR/xslt#dtd" This link has the DTD. But in
the namespace we use this <xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
Thanks in Advance
-Sanghamitra
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list