|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] First experiences with XSL
Michael Kay writes: > I have yet to spot any disadvantages. I haven't looked at > performance or footprint, but I can't see any intrinsic reason why > XSL should be smaller or faster. (Currently some of the methods > like isLastOfType() are very inefficient due to the limited > navigation capabilities in MSXML. I could speed it up if I built my > own tree!). If you're working in Java, instead of building your own tree you might want to take a look at Don Park's SAXDOM: http://www.quake.net/~donpark/saxdom.html Neither the DOM nor SAX is finalised yet (though SAX is closer), and I haven't had a chance to test Don's package yet, but there are still a couple advantages to avoiding a proprietary tree structure: 1) You will have to make fewer changes later on. 2) Since Don's package uses SAX, your code will work with any supported parser rather than just Microsoft's (currently, there are SAX drivers for NXP, Lark, AElfred, XP, _and_ MSXML); eventually, it will work for any parser with DOM support as well. All the best, David -- David Megginson ak117@f... Microstar Software Ltd. dmeggins@m... http://home.sprynet.com/sprynet/dmeggins/ xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






