Re: XML spec DTD and s/w
Tim Bray (tbray@textuality.com)
Wed, 29 Apr 1998 17:02:58 -0700
At 04:27 PM 4/29/98 -0400, Rakesh Mohan wrote:
>The XML spec at
>
>http://www.w3.org/TR/1998/REC-xml-19980210.xml
>
>has <!DOCTYPE spec SYSTEM "spec.dtd" ..
>
>does anyone know a location where spec.dtd can be accessed.
>
>Also, I would like to know the s/w, process used to convert this xml to the
>html
>version.
Soon to be available at the W3C site (I think). It was converted to
HTML using a custom Java formatter that was based on Lark because
I wrote it but could be based on anything that constructs any sort
of sane document tree. -Tim