Basically...

>I guess this is pretty unlikely, and it certainly wouldn't be very good
>practice, but it's still possible. I don't think I understand what you're
>saying about creating a unique key for the attribute - can you clarify?
>

There would be an iterator saying how many instances of a tag there are
within another tag, ie:

<tag1>
    <tag2 myattr="aaa">
    </tag2> <!-- 1 -->
    <tag2 myattr="bbb">
    </tag2> <!-- 2 -->
    <tag2 myattr="bbb">
    </tag2> <!-- 3 -->
</tag1>

Then you could save in the query with unique values like:

tag2_myattr_1
tag2_myattr_2
tag2_myattr_3

....

maybe!

Of course, IMHO, it's possible that the best way to hold the information is
in a structure, a la CF_SOXML!

However, creating a query from the structure of just the tags would be
incredibly invaluable...

What are other people's thoughts?

Paul


-----------------------+
cf-xml mailing list
[EMAIL PROTECTED]
http://torchbox.com/xml

Reply via email to