Page 1 of 1

XML?

Posted: Fri Aug 07, 2009 11:16 am
by ConvertFromOldNGs
by Stuart Greaves >> Mon, 29 Nov 1999 2:47:14 GMT

Anyone know of anyone who's done any work with XML and Jade together? Specifically, has anyone written a XML parser for any purpose, however basic?
..... or integrated with an external one?

Stuart G.

Re: XML?

Posted: Fri Aug 07, 2009 11:17 am
by ConvertFromOldNGs
by Kevin Alcock >> Mon, 29 Nov 1999 20:31:52 GMT

Stuart,

The Healthcare group have a product called the Jade Message Gateway. This application deals with the parsing of EDI messages such as HL7, EDIFACT and X12. With some work it could be extend to handle XML. An XML parser would be in fact 2 parsers as you need to read in the DTD and the XML message. The Banking Technology group is working with OFX the Financial worlds version of XML. They use a Microsoft product to do their parsing for them, but the Message Gateway is written 100% in Jade.

If you need to know more about it, please give me a call.

Regards,

Kevin

--
kalcock@cardinal.co.nz
Phone: +64 3 365 2266 x 3086
Cell: +64 21 638 586

Re: XML?

Posted: Fri Aug 07, 2009 11:17 am
by ConvertFromOldNGs
by Wilfred Verkley >> Mon, 29 Nov 1999 20:40:13 GMT

At Wang I wrote a limited (no attributes) XML parser / generator in Jade. It works quite well and it could quite easily be extended, but its very slow, mainly due to the speed of the Jade string routines. I wouldnt recommend it for large XML messages. If anyone wants the code, email me.

If you need a good XML parser I would recommend interfacing to the MS one, though its tricky without COM support in Jade.

Wilfred.