Re: [xsl] User defined SAX ContentHandler

Subject: Re: [xsl] User defined SAX ContentHandler
From: Elliotte Harold <elharo@xxxxxxxxxxxxxxx>
Date: Wed, 10 Aug 2005 07:03:04 -0400
1. It would require really ugly reflection hacks to support this. Performance would likely suffer.
2. Namespaces would be a humongous mess.
3. What you want to do could more easily and cleanly be done as a layer on top of SAX.
4. This has nothing to do with XSL and should really be discussed on another list such as xml-dev.


--
o;?Elliotte Rusty Harold  elharo@xxxxxxxxxxxxxxx
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim

Current Thread