I am using JiBX strictly for the unmarshaling of XML. The XML is created by custom code elsewhere in the system. My concern is that of special characters getting into the XML and thus causing failures in the JiBX unmarshaling. Couple questions:
- Must the XML be constrained to a certain character set (e.g., only ISO-8859-1 characters) in order to insure a successful JiBX read off disk? - Is there any validation I can do at the time the XML is created which will guarantee that JiBX will have no problems in unmarshaling the XML? (One option: unmarshal the data just after it's been written to disk.) Thanks John ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users
