> u can send an example of ur cleaned XML document? Of course, below is the produced xml string right before making the call to the parse method, I don't see anything relevant. But...I'm using Websphere Developer to debug the application and I can see in the variables inspector that there are some weird characters in between the xml tags, i.e., something like this: ...</EquipmentType>##<EquipmentType>....
The # characters are not actually #, but something different, like a tiny square...I'll try to analyze the String with Java and see what I can get. Thanks. ---------- <EquipmentTypes> <EquipmentType id="player" > <Description lang="en">Player</Description> <Description lang="es">Reproductor</Description> </EquipmentType> <EquipmentType id="preamp" > <Description lang="en">Preamplifier</Description> <Description lang="es">Preamplificador</Description> </EquipmentType> <EquipmentType id="recorder" > <Description lang="en">Recorder</Description> <Description lang="es">Grabadora</Description> </EquipmentType> </EquipmentTypes>
