Daryl Wilding-McBride wrote: > > OK. BTW, it seems that prefixMap1999 is set up the same way as prefixMap. > Shouldn't it use XSD1999 and XSI1999? Yes, thanks! The fix should be available via CVS now.... Do you have any suggestions for improved encodingStyle support? Should it be possible to change the encoding style at any point during parsing, for example for embedded XHTML? One possibility would be to parse everything that does not use the SOAP section five default encoding to kDOM? However, that would generate a dependency on kDOM, and size matters for CLDC (and CDC). Another possibility would be to add an XmlIO interface to kxml, and let kdom implement that. If the SoapWriter finds anyting implementing the XmlIO interface, it simply hands writing over to that object? The same would hold for parsing. Perhaps the simplest solution is to keep it as it is? Best regards Stefan -- Stefan Haustein Univ. Dortmund, FB 4, LS 8 tel: +49 231 755 2499 Baroper Str. 301 fax: +49 231 755 5105 D-44221 Dortmund (Germany) www-ai.cs.uni-dortmund.de |