[xml] Adding a DTD with attributes dynamically
- From: Marius Kjeldahl <marius kjeldahl net>
- To: xml gnome org
- Subject: [xml] Adding a DTD with attributes dynamically
- Date: Wed, 04 Dec 2002 18:45:27 +0100
I wish to add the DTD to a dynamically created xml document. Does anybody know
how it is done? For instance, I want to call functions in libxml that creates
something like:
<?xml version="1.0"?>
<!DOCTYPE ThreeDSecure [
<!ATTLIST CRReq id ID #IMPLIED>
]>
<ThreeDSecure>
...
By using xmlCreateIntSubset I get the DOCTYPE line in ok, but I can not figure
out how to add the ATTLIST entries.
Does anybody know if this is possible, and how?
Thanks,
--
Mvh, Marius Kjeldahl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]