I'm working my way through the ParserDemo.java. I am wondering is it
possible to print to a file instead of consol.
//instantiate an XML parser
XMLParser XMLParser = new DefaultXMLParser();
//encode message in XML
String ackMessageInXML = XMLParser.encode(message)
I'm attempting to parse from XML to HL7v2 and I'm having some issues with line
breaks - they're not getting put in.
Any thoughts?
The XML I have is valid, and it's producing something like:
MSH|^~\&|BCHCIM|HCIM|VCHA_LION|VCHA9387b270-0769-49af-8902-c1a68c0d3e5f|NE
MSA|1|2|BCHCIM.FC.0.0
2 matches
Mail list logo