This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Does a transform understand base \ extension types?


> Does a transform understand base \ extension types?

XSLT 1.0 does not make any use of information from a DTD or Schema.

You can access a schema from your code in the same way as any other XML
document, but it's not going to be easy to extract any useful information
from it.

(I'm not quite sure what you mean by base/extension types anyway, presumably
this is terminology from some variety of schema that didn't make it into the
W3C standard, which talks about primitive types and derived types?)

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]