OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] DocBook XSL, DocBook 5, and Xalan


In streaming mode, it's really hard to get XPath support built in. In 
tree mode, DOM Level 2 doesn't give you all the info you need to fully 
implement XPointer. Possibly you could do this with Xerces extensions to 
the DOM. XOM does provide full support for XInclude including XPointers 
(though not the xpointer scheme) because I built in the pieces that were 
missing in DOM, but that's not going to speed anything up or integrate 
that well with a pure Xerces chain.

-- 
Elliotte Rusty Harold  elharo@metalab.unc.edu
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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]