Hi Guys.
I have got a question about how I solve this problem.
I have got a <Description> complex type (mixed="true") and I want this to be a complex type where I can have unlimited number of <bold> and <italic> tags inside in random order
to clarify what I mean:
I have an XML like this
<Description>
hi
<bold>guys</bold>
this
<italic> must </italic>
<bold> always </bold>
hold
<bold>no matter </bold>
<italic>which tag</italic>
and how many are
<italic>used</italic>
</Description>
Really hope someone can help me out, since I can't think of (or find) a solution to this problem
This post was edited by R-Zenk on Feb 15 2015 11:09am