|
Hello,
I am working on a project where xml and schema,specifing the grammar
of the xml, are created dinamicly
from the database. There are some reasons that I do not want to write the
xml and the schema to files, but keep them in strings.
I am using Xerces C++ 1.5.0 (DOMParser).
I am using MemBufInputSource to pass my xml to the
DOMParser, but I have no idea how to pass the schema to the parser without
writing it to a file.
Does anybody know how to solve my problem?
Thank you in advance,
Vladimir
|
- Re: schema is in string, not in file Vladimir Sinichkin
- Re: schema is in string, not in file Jason E. Stewart
- Re: schema is in string, not in file Jason E. Stewart
- Re: schema is in string, not in file Juergen Hermann
- Re: schema is in string, not in file Jason E. Stewart
