Re: xsd validation in libxml++
- From: Hugo van den Brand <h vd brand gmail com>
- Cc: libxmlplusplus-list gnome org
- Subject: Re: xsd validation in libxml++
- Date: Fri, 9 Aug 2013 09:46:19 +0200
Dear Christoph,
Your question made me think of a code that I wrote in C++ using an xmlschema.
I also did find a validation for a schema file in libxml++.
I countered this by using libxml2 (the C implementation) to check the xmlschema.
I wrote one function containing only libxml2 C commands.
After checking I just closed the file and reopened it with the DomParser in C++ code.
This makeshift solution worked for me and I could provide my function if you need it.
That of course raises the question whether xsd schema checking is or will be in libxml++?
Best regards,
Hugo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]