[xml] Ordering of attributes: xmlGetDtdElementDesc()



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]