[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: sending & receiving xml in c++
- From: johns@syscore.com (John F. Schlesinger)
- To: Howard.Kidd@syntegra.bt.co.uk, xml-dev@lists.xml.org
- Date: Sun, 18 Mar 2001 16:03:59 -0500
Dear Howard,
I have heard of two: eXactML and the Oracle XML toolkit.
John Schlesinger
SysCore Solutions
-----Original Message-----
From: Howard.Kidd@syntegra.bt.co.uk
[mailto:Howard.Kidd@syntegra.bt.co.uk]
Sent: Tuesday, March 13, 2001 5:46 AM
To: xml-dev@lists.xml.org
Subject: sending & receiving xml in c++
I have experience using asn1 where you can define the
messages in your domain in a schema
there are then many asn1 compilers on the market which
will essentially take your schema and output code for a
message object library which makes sending & receiving your messages easy
you would have a class CMyMessage
instantiate an object
CMyMessage Message;
Message.attribute1 = 5;
Message.attribute2 = "hello"
Message.encode(Buf);
// Buf now contains asn1 encoded message ready for transmission
Send(Buf);
I am wondering if anything exists which does the same thing for XML
i.e. Takes your schema and gives you an object library
in much the same way .. except the message
is output in XML format
I could write this myself but does anyone out there know of such a product
????
Howard Kidd
Mobile +44 7973 839833
@ Syntegra
Tel +44 1932 773574
mailto:kiddh@syntegra.bt.co.uk
@ Diamond Software Systems
Tel +44 20 83351941
mailto:howard.kidd@diamond-software-sytems.com
@ Home
Tel +44 20 83982856
mailto:howard-kidd@hayward-road.fsnet.co.uk
****************************************************************************
**
Check us out at http://www.syntegra.com
***********************************************************************
------------------------------------------------------------------
The xml-dev list is sponsored by XML.org, an initiative of OASIS
<http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: xml-dev-request@lists.xml.org