Fw: Application Period Opens for Travel Assistance to ApacheCon US 2008

2008-09-26 Thread Michael Glavassevich
FYI. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] "Gavin" <[EMAIL PROTECTED]> wrote on 09/25/2008 09:36:44 AM: > Dear PMCs, > > Please could you forward the below message to your user@ and dev@ mailing > lists, thanks in advance

Re: XInclude with unorthodox tags.

2008-09-26 Thread Michael Glavassevich
Hi Olivier, XInclude support in Xerces is only available as a parsing feature. If there is some processing you need to do prior to XInclude you need to serialize the document (after you've done your preprocessing) and then feed it back to the parser. Thanks. Michael Glavassevich XML Parser Deve

XInclude with unorthodox tags.

2008-09-26 Thread Olivier Rossel
I have some files that contain such structures: --- before.xml --- | ... | | ... --- end of before.xml --- I wish I could XInclude the foobar.xml at that precise location. So I use a sed script that search/replace each xlink and replace it with its xinclude counterpart. Here is the kind of resu