?
=?ISO-8859-1?Q?Patr=EDcia_Martins?=
Hi,
I would like to know if it's possible to validate attributes in a
situation like this:
<TUPLE>
<LIST type="type1">Bla</LIST>
<LIST type="type2">Ble</LIST>
<ATOM type="type3">Bli</ATOM>
</TUPLE>
I need that the nested elements under <TUPLE> have different values
for the attribute type, even considering distinct elements. So, I
can't have a document like this:
<TUPLE>
<LIST type="type1">Bla</LIST>
<LIST type="type1">Ble</LIST> <---- repeated type nested under
<TUPLE>
<ATOM type="type3">Bli</ATOM>
</TUPLE>
Please, help me !
Thanks in advance,
Patrícia Martins
I would like to know if it's possible to validate attributes in a
situation like this:
<TUPLE>
<LIST type="type1">Bla</LIST>
<LIST type="type2">Ble</LIST>
<ATOM type="type3">Bli</ATOM>
</TUPLE>
I need that the nested elements under <TUPLE> have different values
for the attribute type, even considering distinct elements. So, I
can't have a document like this:
<TUPLE>
<LIST type="type1">Bla</LIST>
<LIST type="type1">Ble</LIST> <---- repeated type nested under
<TUPLE>
<ATOM type="type3">Bli</ATOM>
</TUPLE>
Please, help me !
Thanks in advance,
Patrícia Martins