Re: [jibx-users] Possible Encoding issue ?

2004-08-13 Thread Tilman Linden
Angel, did you think about utilizing the DomElementMapper from the org.jibx.extras package to (un)marshal the XmlResultSet? Or has that nothing to do with DOM? Tilman The better way of handling this is with a custom marshaller/unmarshaller for your XmlResultSet, where you can work at the

[jibx-users] \r\n problem

2004-08-13 Thread Stefano Fornari
Hi All, We are using JiBX with SyncML. Two of the most commonly used data types transported into SyncML messages are vCard and vCal objects. As per the specs, vCard|vCal are basically a list of entries attribute:value\r\n. When we unmarshal a SyncML message (an XML document) containing a

Re: [jibx-users] \r\n problem

2004-08-13 Thread Dennis Sosnoski
Hi Stefano, This normalization is actually required by XML. Here's the relevant part of the document (http://www.w3.org/TR/2000/REC-xml-20001006): - 2.11 End-of-Line Handling XML parsed entities are often stored in computer files