[
Lists Home |
Date Index |
Thread Index
]
On Thu, 2004-12-30 at 20:13 -0700, M. David Peterson wrote:
> "My own proposal was for special XSLT error templates that could
> "match" or trigger on error conditions, assuming a very simple XML
> vocab for XSLT error communication in the
> first place."
>
> Oooohhhh.... I totally love that idea!!! Basically like built-in
> templates that exist in the 1.0 definition... basic output and easily
> overidable if desired as such.
>
> Dimitre, can you think of a way to do this with FXSL, especially with
> XSLT 2.0 and everything being a sequence of nodes it seems that a
> certain condition could easily insert, for example, <error id="123"/>
> into the output and further apply-templates to all error elements
> before finishing each process contained within a template?
This is a possible strategy for experimental implementation relative to
current XSLT specs, but I think that to really make the idea as useful
as possible one would have to figure out a way do define a separate
error output channel (perhaps just one of the multiple outputs allowed
in EXSLT and XSLT 2.0). For one thing, if you thrust <error id="123"/>
into the regular output and an error template wished to handle the
exception, there is no way to pull back that error node from the output
so that it stops propagating.
--
Uche Ogbuji Fourthought, Inc.
http://uche.ogbuji.net http://4Suite.org http://fourthought.com
Use CSS to display XML - http://www.ibm.com/developerworks/edu/x-dw-x-xmlcss-i.html
Full XML Indexes with Gnosis - http://www.xml.com/pub/a/2004/12/08/py-xml.html
Be humble, not imperial (in design) - http://www.adtmag.com/article.asp?id=10286
UBL 1.0 - http://www-106.ibm.com/developerworks/xml/library/x-think28.html
Use Universal Feed Parser to tame RSS - http://www.ibm.com/developerworks/xml/library/x-tipufp.html
Default and error handling in XSLT lookup tables - http://www.ibm.com/developerworks/xml/library/x-tiplook.html
A survey of XML standards - http://www-106.ibm.com/developerworks/xml/library/x-stand4/
The State of Python-XML in 2004 - http://www.xml.com/pub/a/2004/10/13/py-xml.html
|