Re: Programmatically create XML 1.1 Document

2006-06-18 Thread mauro castelli
.apache.org Subject: Re: Programmatically create XML 1.1 Document Date: Fri, 16 Jun 2006 09:22:27 -0700 mauro castelli wrote: David, thank you very much for your precious hints and sorry if my question was not clear. I don't know what "xalan-SAX" is. Can you be more specific? I

Re: Programmatically create XML 1.1 Document

2006-06-16 Thread David Bertoni
mauro castelli wrote: David, thank you very much for your precious hints and sorry if my question was not clear. I don't know what "xalan-SAX" is. Can you be more specific? If you mean using the class >"XalanDocumentBuilder," then you can send events that contains Unicode characters that wo

Re: Programmatically create XML 1.1 Document

2006-06-16 Thread mauro castelli
m: David Bertoni <[EMAIL PROTECTED]> Reply-To: [email protected] To: [email protected] Subject: Re: Programmatically create XML 1.1 Document Date: Wed, 14 Jun 2006 17:31:03 -0700 mauro castelli wrote: hi all, I'm using the latest version of Xalan/Xerces in order to a

Re: Programmatically create XML 1.1 Document

2006-06-14 Thread David Bertoni
mauro castelli wrote: hi all, I'm using the latest version of Xalan/Xerces in order to achieve xml 1.1 support. Looking at the "Samples" to get ideas on how to programmatically create an XML Document in memory: xerces/CreateDOMDocument (DOM) and xalan/DocumentBuilder(SAX). You'll have to a

Programmatically create XML 1.1 Document

2006-06-13 Thread mauro castelli
hi all, I'm using the latest version of Xalan/Xerces in order to achieve xml 1.1 support. Looking at the "Samples" to get ideas on how to programmatically create an XML Document in memory: xerces/CreateDOMDocument (DOM) and xalan/DocumentBuilder(SAX). Here is the question: How can I specify,