[XML-SIG] Useless fun thing for XML - comments or helpers?
Geir Ove Gronmo
grove@infotek.no
Thu, 03 Sep 1998 16:21:17 +0200
At 23:49 03.09.98 +1000, Mark Hammond wrote:
>Thanks Lars and Sean! And Fredrik doesnt mess around - Thanks! :-)
>
>OK - Here is a simple DTD Ive come up with based on Fredriks code. If you
>havent run it, it will generate something like:
> <node>
> <name>Python</name>
> <bookmark>
> <name>Aussie Mirror - Python Language Website</name>
> <url>http://mirror.aarnet.edu.au/pub/python/www.python.org/</url>
> </bookmark>
>..
>
>Here is my simple DTD, using Lars' "XBEL":-). Any comments? Its all way too
>simple :-) Then I'll have to knock up a tool to parse these back to a file
>structure on disk, and also something to generate a .html representation of
>the tree...
Notice that names in XML are case sensitive. You'll have to use the same
case in the instance as in the DTD. :-)
Geir O.
================== Geir Ove Grønmo ==================
| STEP Infotek as, Gjerdrumsvei 12, 0486 Oslo, Norway |
| grove@infotek.no http://www.infotek.no/ |
-------------------------------------------------------