You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Gopinath Rengaraj <go...@hcl.com> on 2017/05/26 07:34:34 UTC

Need to know about the tool features.

Hi,

                We have requirement to serialize/deserialize XML file in our application.

So we are looking for a tool need generate C++ source code based on the given XSD files in the LINUX platform.

The generated code need to provide a mechanism(function/methods) to read/write into the XML file.



Understanding:

Xerces-c++ is a shared library provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.



                Question:

1.       Xerces-c++ will generate source file(c++) based on the given XSD?

2.       If Xerces-c++ not generating C++ file do we need to implement our own implementation using DOM/SAX/SAX2 API's?


Thanks & Regards,
Gopinath Rengaraj.



::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and other defects.

----------------------------------------------------------------------------------------------------------------------------------------------------

Re: Need to know about the tool features.

Posted by Vitaly Prapirny <ma...@mebius.net>.
Hi,

1. No, it won't.
2. Take a look at CodeSynthesis XSD 
http://www.codesynthesis.com/products/xsd/

Good luck!
    Vitaly

Gopinath Rengaraj wrote:
> Hi,
>
>                  We have requirement to serialize/deserialize XML file in our application.
>
> So we are looking for a tool need generate C++ source code based on the given XSD files in the LINUX platform.
>
> The generated code need to provide a mechanism(function/methods) to read/write into the XML file.
>
>
>
> Understanding:
>
> Xerces-c++ is a shared library provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.
>
>
>
>                  Question:
>
> 1.       Xerces-c++ will generate source file(c++) based on the given XSD?
>
> 2.       If Xerces-c++ not generating C++ file do we need to implement our own implementation using DOM/SAX/SAX2 API's?
>
>
> Thanks & Regards,
> Gopinath Rengaraj.
>