comp.lang.ada
 help / color / mirror / Atom feed
From: Bob Goddard <1963bib@googlemail.com>
Subject: Re: SVG Doctype using xmlada
Date: Wed, 1 May 2019 06:06:40 -0700 (PDT)
Date: 2019-05-01T06:06:40-07:00	[thread overview]
Message-ID: <af7fbcf0-e0b5-4753-98e1-8176e55e1b61@googlegroups.com> (raw)
In-Reply-To: <ly5zqumjs2.fsf@pushface.org>

I think what it is, is that xmlada produces a null document type, as the meaningful header(s) are/is:
<?xml version="1.0"?>


whereas I need headers similar to:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

I assume I have to copy & extend all the DOM core document files & mod the private type DOM_Implementation.

Plplot would have been useful, except that it does not support cdata, scripts & tooltips etc. Plplot does not seem to use the xml libraries at all, instead creating the svg/xml file manually.


  reply	other threads:[~2019-05-01 13:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-01  9:34 SVG Doctype using xmlada Bob Goddard
2019-05-01 12:38 ` Simon Wright
2019-05-01 13:06   ` Bob Goddard [this message]
2019-05-01 15:10     ` Simon Wright
2019-05-01 17:48       ` Bob Goddard
2019-05-01 13:01 ` Olivier Henley
2019-05-01 13:07   ` Bob Goddard
2019-05-01 13:08 ` Shark8
2019-05-02  4:40 ` gautier_niouzes
2019-05-02 20:24   ` Bob Goddard
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox