Tatu Saloranta

Results 3337 comments of Tatu Saloranta

No. I haven't had time to work on this so unless someone has time & interest to dig in I don't think this will be worked on any time soon....

Looks like there is no underlying support at all for this, so I can not remember how and why property was added in the first place. I don't usually add...

@git-volver @rbertucat one question here: what specific characters would you be hoping to allow? It seems to me that currently only characters affected would be control characters (0x00 - 0x1F...

@dsosnoski For some reason I seem unable to reproduce the issue with simplified version: ```java public void testFullValidationIssue23() throws XMLStreamException { final String DTD = "\n" +"\n"; String XML =...

Yes, good idea. If anyone wants to help in form of PRs (for Javadocs) or additions to Wiki (which probably needs me to add access) that'd be great! I can...

What is `OMElement`? Do you have code to share to show the details?

Unfortunately I can only help with Woodstox-only part: it may make sense to work with Axiom folks first as integrations often cause problems -- and if it turns out Woodstox...

I am bit hesitant about trying to support fully configurable approach, given complexity of XML character validity rules. But maybe something to fully disable validity checks for, say, textual content,...

No problem. Also, now that I think about this -- aside from the question of performance, I don't think I am against `InvalidCharHandler` on per-character basis. If someone has time...

One quick comment just to make sure I understand this correctly: XML parsers are required to verify well-formedness, so quietly skipping "unmatched" close tags is a no-no and should not...