Z
zbiszko
I have such problem
i have xml file:
<?xml version="1.0" encoding="UTF-8"?>
<doc>
<page name="title1"/>
<page name="title2" inherit="title1"/>
<page name="title3"/>
<page name="title4" inherit="title2"/>
</doc>
value of atttribute name are uniqe in hole document
i have no idea how to make that the value of attribut inherit can't be
the same like value of attribute name in the same element, i.e. it
can't occor such situation:
<page name="title4" inherit="title4"/>
thanks for help
i have xml file:
<?xml version="1.0" encoding="UTF-8"?>
<doc>
<page name="title1"/>
<page name="title2" inherit="title1"/>
<page name="title3"/>
<page name="title4" inherit="title2"/>
</doc>
value of atttribute name are uniqe in hole document
i have no idea how to make that the value of attribut inherit can't be
the same like value of attribute name in the same element, i.e. it
can't occor such situation:
<page name="title4" inherit="title4"/>
thanks for help