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]

Role of schema in XSLT?


I have a quesiton regarding what role a schema (DTD or XML Schema)
plays in using XSLT. Consider a DTD which defines an attribute as 
follows:

   <!ATTLIST ELEMENT ATTRIBUTE CDATA #FIXED "DEFAULT">

How does this attribute participate in the XSLT transformation?
Command line Saxon requires only the source XML document and XSL 
stylesheet:

   saxon source.xml style.xsl >output.html

But an attribute as defined above may not occur within the source
XML document. Rather, the attribute and its value are supplied by 
the DTD. Moreover, would an XML document which omitted the attribute 
be considered valid if everything else was in order?

Regads,

Dan


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

 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]