> > With CF7 it validates if you put the path to the XSD
> > in a doctype before you parse it.
>
> I don't think you can specify an XML Schema within a DOCTYPE declaration -
> those only allow DTDs.

Correct


> > XSL is validated against the XSD/DTD for XSL. (Offhand I don't know
> > which they use -- I'm hoping they have an XSD, but then I don't know
> > how they would get around the problem of having only any, choose and
> > sequence as their options for the types of children for a node, since
> > you XSL allows child nodes in any order afaik.)
>
> XSL is validated against the XSL Schema.

There is no schema or DTD for XSLT, there can't be any. A XSLT template
can't be validated.
XSLT allows a finite set of tags and attributes, but since inside a XSLT
template you can mix them with any, arbitrary, well-formed XML code, you
can't validate it.

You can find a few DTD or XSD for XSLT, but their main practical purpose is
to "suggest" XSLT syntax to XML authoring tools.

----------------------------
Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com
----------------------------




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217611
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to