"In addition to those events [correctly used startElement() and endElement], SAX2 reports the scope of Namespace declarations using the startPrefixMapping and endPrefixMapping methods, so that applications can resolve prefixes in attribute values or character data if necessary."
=> Prefix mappings are not really needed. And it works too :-)
Joerg
Vadim Gritsenko wrote:
[EMAIL PROTECTED] wrote:
joerg 2003/09/23 13:39:09
Modified: src/java/org/apache/cocoon/generation RequestGenerator.java
Log:
no need for prefix mapping => removed
Why there is no need? AFAIU, it *must* be there, before very first start() call. What do I miss?
Vadim
