Re: Contributing to kXML 1.x (multiple codepages for WBXML)
Stefan Haustein <[email protected]> Wed, 20 Nov 2002 19:43:20 +0100
| Newsgroups | gmane.comp.java.enhydra.kxml |
|---|---|
| Organization | Univ. Dortmund FB 4 LS 8 |
| Message-ID | <[email protected]> |
> well, it was kXML 1.x, if you are referring to that. > > and yes, you are right, namespace handling in WBXML is still somewhat > unclear in kXML. Nicola, since namespaces are clearly layered on top of XML 1.0, I do not see the problem with doing the same for WBXML? In the parsing process, the WBXML code resolution and XML namespace resolution are two separate steps. It is not possible to have "implicit" namespaces for different code pages because the WBXML spec does not say anything about namespaces at all. So where exactly is the problem? Best, Stefan