RE: [xsl] Role of schema in XSLT?

Subject: RE: [xsl] Role of schema in XSLT?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 23 Mar 2001 07:48:32 -0000
Attributes given a default value in the DTD are included in the tree model
of the source document just as if they were included in each element start
tag.

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Dan Diebolt
> Sent: 22 March 2001 05:57
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] 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
>


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


Current Thread