Hello,

 

I need to implement something like this:

 

<attribute name=”…” class=”…”>

  <attribute name=”…”>value</attribute>

  <attribute name=”…”>value</attribute>

/attribute>

 

and

 

<attribute name=”…”>value</attribute>

 

What I mean is that attribute element can contain sub elements OR text. What do I need to use to implement this? Note that I need to read document (it will be typed manually by user).

 

With regards,

Pavel Krupets

Reply via email to