|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: XML/C++ Integration tools
I actually followed this link: http://www.designerxml.com/UBT/Downloads.html from your original post and got the error. But that's not important now. Thanks. -----Original Message----- From: ChrisDevich@U... [mailto:ChrisDevich@U...] Sent: Monday, February 19, 2001 12:56 To: david.santamauro@s...; xml-dev@l... Subject: Re: XML/C++ Integration tools This example is a local (disk xml) to ---> ( object ) demo. It does not connect to any IP address. It appears you downloaded the wrong package, and have it incorrectly setup. This is a direct link to the binary, so you cannot get the wrong package. http://www.designerxml.com/Download/XMLIntegrationSRC.zip Why don't you try once more with the correct download. ----- Original Message ----- From: David Santamauro To: ChrisDevich@U... ; xml-dev@l... Sent: Friday, February 16, 2001 10:42 PM Subject: RE: XML/C++ Integration tools UBT Servers are undergoing an upgrade Please try again in a few hours and this feature will become enabled. [127.0.0.1] returned the following error: Driver [SQL Server Driver] not found. need I say more? -----Original Message----- From: ChrisDevich@U... [mailto:ChrisDevich@U...] Sent: Friday, February 16, 2001 18:18 To: xml-dev@l... Subject: XML/C++ Integration tools If there are any C++ programmers out there that need to work with XML, it will be worth a moment of your time to see how this works. This example was tested in Linux/Sun/NT gcc and VCPP makefiles and source are included. It creates a run time object model from XML input. A small tight framework allows you to create objects from an XML input stream. http://www.designerxml.com/UBT/Downloads.html Download the "XML Integration Toolkit" 800k here's a small snippit for creating objects from XML input. ---------------------------------------------------------------------------- -------- ObjQuery<MyCustomer> qry(&broker, "MYXMLInputFile.xml"); ObjResultSet<MyCustomer> &resultSet = qry.Execute(); MyCustomer *pCust; while ( ( pCust = resultSet.next() ) != 0 ) { // For each MyCustomer object returned in the query.... } ---------------------------------------------------------------------------- ---- here's a small snippit for populating objects that already exist. ---------------------------------------------------------------------------- ---- MyCustomer m; m.FromXML(pzMyXMLBuffer); ---------------------------------------------------------------------------- ---- or converting an objects state into XML ---------------------------------------------------------------------------- ---- MyCustomer m; m.m_name="foo"; m.ToXML(pzMyXMLBuffer); ---------------------------------------------------------------------------- ---- <MyCustomer> is derived from a simple base class with a virtual method that defines XML-Object tag mappings. MFC Dialogs derived from this type can "UpdateData" so to say directly from XML into member CStrings that are DDX bound to the GUI. CORBA and RougeWave applications in Unix likewise can serialize directly into RWCStrings and load object state with almost-no overhead. enjoy. any Comments/Suggestions/Questions.......?
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








