xsl-list
[Top] [All Lists]

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

2005-01-20 03:06:58
The number of times this comes up; what belongs in
the parser domain, what in the XSLT domain, what belongs
in the output phase (linearisation?) is becoming
well worth a full faq.

Anyone willing to make a start please?

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

Phase 1, XSLT
   Apply the stylesheet to the input document
   Build the output tree.

Phase 2, Output | Linearisation
   From the output tree, produce the linear output file to the specified place.


Any additions|corrections please?


TIA, DaveP

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk




--~------------------------------------------------------------------
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>
--~--