ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: S2P development <taco.hoekwater@wkap.nl>
Subject: Re: a new tool
Date: Tue, 27 Mar 2001 13:26:55 +0200	[thread overview]
Message-ID: <3AC078FF.4AC9E1D0@wkap.nl> (raw)
In-Reply-To: <3.0.6.32.20010327113122.01c06c80@server-1>

Hans Hagen wrote:

> The other tool concerns figure bases. Imagine that you have a file like:
> 
> <figurelibrary language="nl">
> 

For those people that are interested: here is a trivial DTD that 
matches Hans' example:

<!-- typical invocation:
  -  <!DOCTYPE figurelibrary SYSTEM "figurelibrary.dtd">
  -->

<!ELEMENT figurelibrary (description?,figure*)>

<!ATTLIST figurelibrary 
          language CDATA #IMPLIED>

<!ELEMENT description   (organization?,project?,product?,comment?)>
<!ELEMENT organization  (#PCDATA)>
<!ELEMENT project       (#PCDATA)>
<!ELEMENT product       (#PCDATA)>

<!ELEMENT figure        (file,label,copyright?,status?,comment?)>
<!ELEMENT file          (#PCDATA)>
<!ELEMENT label         (#PCDATA)>
<!ELEMENT copyright     (#PCDATA)>
<!ELEMENT status        (#PCDATA)>

<!ELEMENT comment       (#PCDATA)>


  reply	other threads:[~2001-03-27 11:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-27  9:31 Hans Hagen
2001-03-27 11:26 ` S2P development [this message]
2001-03-27 12:24   ` Hans Hagen
2001-03-30  9:42 ` Giuseppe Bilotta
2001-03-30 11:02   ` Hans Hagen
2001-04-02  8:27     ` Dan Seracu
2001-04-02 21:48       ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3AC078FF.4AC9E1D0@wkap.nl \
    --to=taco.hoekwater@wkap.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).