[xml] Ordering of attributes: xmlGetDtdElementDesc()
- From: Mark S Petrovic <petrovic corp earthlink net>
- To: xml gnome org
- Subject: [xml] Ordering of attributes: xmlGetDtdElementDesc()
- Date: Tue, 11 Feb 2003 09:54:34 -0800
Given
dtdPtr DTD;
xmlChar *N;
xmlElementPtr E;
xmlAttributePtr A;
E = xmlGetDtdElementDesc(DTD,N);
A = E->attributes;
is the list of attributes A ordered exactly as those same attributes
are ordered in the DTD for the element named N?
Thanks.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]