This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes JAXB and Illegal Character Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JAXB and Illegal Character " Watch "JAXB and Illegal Character " New topic
Author

JAXB and Illegal Character

sudha swami
Ranch Hand

Joined: Apr 24, 2007
Posts: 177
Hi,
Does JAXB parses the data with an & into XML Document with out any problem.
regards
sudha
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

It doesn't have its own special XML parser that handles badly-formed XML documents, if that is what you are asking. JAXB is just another application that uses XML and it follows the standard rules of XML.
sudha swami
Ranch Hand

Joined: Apr 24, 2007
Posts: 177
Thanks alot for the info
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JAXB and Illegal Character
 
Similar Threads
which jar file includes InterningXMLReader.class
How do you parse an XML File?
object to XML
need help in JAXB
Java API to parse an XML schema !