invalid read of mixed content of XML file
-----------------------------------------
Key: BETWIXT-65
URL: https://issues.apache.org/jira/browse/BETWIXT-65
Project: Commons Betwixt
Issue Type: Bug
Reporter: Lubomir Machyna
I can't find way how read the mixed content from the XML file. I used the
example from betwixt page but it doesn't help.
http://commons.apache.org/betwixt/guide/binding.html (part "Using .betwixt
files To Read And Write Mixed Content")
<foo version="1.0">
<bar version="One">static text<baa>Two</baa>Three</bar>
</foo>
I took the coding for Foo class. Writing of such XML works as described but the
reading not. Is this a known bug? Or am I doing anything wrong?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.