xsl-list
[Top] [All Lists]

RE: xslt phases for FAQ, was Reading the XML declaration using XSL

2005-01-20 03:34:25

Phase 0, XML parse:
   Resolve entities;
   Determine source doc encoding
   Validate (if using a validating parser with validation switched on)
   Catalog resolution (if appropriate)
   Build the internal model of the source document
   Build the internal model of the stylesheet


As a subheader under validation I would add 'Populate defaulted values
if using DTD/XML Schema, thankfully not an issue if using RNG'

:)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--