Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
CurrentCVS
-
None
Description
The XSLT recommendation places certain limitations on the values of comments and PIs:
http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions
Xalan-C currently waits until serialization to "fix-up" these values, but that's not the correct place to do it, since we can generate things other than serialized XML. Also, waiting to do this until serialization complicates the serializers needlessly.
Attachments
Attachments
Issue Links
- depends upon
-
XALANC-499 Ignoring surrogate pairs in comments and PI in UTF-8 Serializer
- Closed