5. Processors should ignore any attributes they do not
understand
6. There are no documented limits to the number of
attributes an <outline> element can have, or the number of <outline>
elements it can contain or the size of any attribute.
I now believe that note 5 and 6 may be
interpreted as “You can make up additional attributes” and as per note
4
“Additional attributes are not supposed to
contain encoded html unless specified in the spec”
Is this right?
Joris van Lier
unread,
Jun 22, 2011, 11:12:19 AM6/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to op...@googlegroups.com
I’m
trying to express arbitrary database query results in OPML, OPML only has a
few attributes to put data into, but tables contain may more fields,
therefore I have to somehow group these thing hierarchically.
-- -A-
-B- -C- 1 A1 B1 C1 2 A2 B2 C2
into
1
-A1 --A ---A1 --B ---B1 --C ---C1 2
-A2 --A
---A2
--B
---B2
In
OPML editor I found a "Table kind" but what it does and how it works is a
mystery to me