Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-RC2
-
Fix Version/s: 2.1-RC3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Spec is here:
http://www.georss.org/gml
Hi Justin,
here is a patch that follows your suggestion to build a bridge between translators and content handlers.
It seems to be working fine, however there is a catch: I had to work around an issue in the end element method, the Encoder never provides the proper qName so I had to qualify with the prefix it in the bridge instead. I guess it is because the start method in the Encoder uses the namespace support, whilst the end method does not.
Anyways, what do you think, ok to commit?