ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* <!DOCTYPE... processing
@ 2002-09-08 13:18 Martin Kolařík
  2002-09-16 14:27 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Kolařík @ 2002-09-08 13:18 UTC (permalink / raw)


Hello,

In 23.08.2002 ConTeXt processing of DOCTYPE changed (I've found a patch? in
cont-new.tex), which leads to errors in my XMLs -- TeX reports "the par
ended before parameter is read".

After I commented the patch in cont_new.tex my document are compiled OK :-)

Martin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: <!DOCTYPE... processing
  2002-09-08 13:18 <!DOCTYPE... processing Martin Kolařík
@ 2002-09-16 14:27 ` Hans Hagen
  2002-09-16 15:22   ` Martin Kolarík
  2002-09-17  4:53   ` Berend de Boer
  0 siblings, 2 replies; 5+ messages in thread
From: Hans Hagen @ 2002-09-16 14:27 UTC (permalink / raw)
  Cc: ConTeXt

At 11:48 AM 9/8/2002 +0200, =?iso-8859-2?Q?Martin_Kola=F8=EDk?= wrote:
>Hello,
>
>In 23.08.2002 ConTeXt processing of DOCTYPE changed (I've found a patch? in
>cont-new.tex), which leads to errors in my XMLs -- TeX reports "the par
>ended before parameter is read".
>
>After I commented the patch in cont_new.tex my document are compiled OK :-)

hm,

Can someone provide me a test file with all possible doctype thingies + 
intended behavior?

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: <!DOCTYPE... processing
  2002-09-16 14:27 ` Hans Hagen
@ 2002-09-16 15:22   ` Martin Kolarík
  2002-09-16 19:32     ` Hans Hagen
  2002-09-17  4:53   ` Berend de Boer
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Kolarík @ 2002-09-16 15:22 UTC (permalink / raw)
  Cc: ConTeXt

I have simple one (it is the one which failed):

<!DOCTYPE carioca_document PUBLIC "-//CARIOCA//DTD CARIOCA XML V1.0.0//EN"
"file:///c:/carioca documents/carioca-doc.dtd">

I did not search where the problem can be (why parameter overrun), so I have
not more infos. If you will need it, I collect some,

Martin

> -----Original Message-----
> From: Hans Hagen [mailto:pragma@wxs.nl]
> Sent: Monday, September 16, 2002 4:28 PM
> To: martin@mii.cz
> Cc: ConTeXt
> Subject: Re: <!DOCTYPE... processing
>
>
> At 11:48 AM 9/8/2002 +0200, =?iso-8859-2?Q?Martin_Kola=F8=EDk?= wrote:
> >Hello,
> >
> >In 23.08.2002 ConTeXt processing of DOCTYPE changed (I've found
> a patch? in
> >cont-new.tex), which leads to errors in my XMLs -- TeX reports "the par
> >ended before parameter is read".
> >
> >After I commented the patch in cont_new.tex my document are
> compiled OK :-)
>
> hm,
>
> Can someone provide me a test file with all possible doctype thingies +
> intended behavior?
>
> Hans
> -------------------------------------------------------------------------
>                                    Hans Hagen | PRAGMA ADE | pragma@wxs.nl
>                        Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>   tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
> -------------------------------------------------------------------------
>                         information: http://www.pragma-ade.com/roadmap.pdf
>                      documentation: http://www.pragma-ade.com/showcase.pdf
> -------------------------------------------------------------------------
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: <!DOCTYPE... processing
  2002-09-16 15:22   ` Martin Kolarík
@ 2002-09-16 19:32     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2002-09-16 19:32 UTC (permalink / raw)
  Cc: ConTeXt

At 05:22 PM 9/16/2002 +0200, Martin Kolarík wrote:
>I have simple one (it is the one which failed):
>
><!DOCTYPE carioca_document PUBLIC "-//CARIOCA//DTD CARIOCA XML V1.0.0//EN"
>"file:///c:/carioca documents/carioca-doc.dtd">
>
>I did not search where the problem can be (why parameter overrun), so I have
>not more infos. If you will need it, I collect some,

has to do with optional [ ]> so let's nil the patch in cont-new.tex

(why o why is this part of xml so messy)

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: <!DOCTYPE... processing
  2002-09-16 14:27 ` Hans Hagen
  2002-09-16 15:22   ` Martin Kolarík
@ 2002-09-17  4:53   ` Berend de Boer
  1 sibling, 0 replies; 5+ messages in thread
From: Berend de Boer @ 2002-09-17  4:53 UTC (permalink / raw)
  Cc: martin, ConTeXt

Hans Hagen <pragma@wxs.nl> writes:

> Can someone provide me a test file with all possible doctype thingies
> + intended behavior?

Some example:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE root [
<!ELEMENT root EMPTY>
<!ELEMENT other (a, b?, c*, d+)>
<!ATTLIST root version CDATA #REQUIRED>
<!ENTITY filename SYSTEM "myfile.e" NDATA gif>
<!NOTATION gif SYSTEM "gimp">
]>
<?myinstruction mydata?>
<!-- yes, this is XML -->
<root version="1.0" xmlns:root="http://www.w3.org/2000/10/XMLSchema-instance" xsi:noNamespaceSchemaLocation="root.xsd">Hello World!</root>

-- 
Live long and prosper,

Berend de Boer


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-09-17  4:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-08 13:18 <!DOCTYPE... processing Martin Kolařík
2002-09-16 14:27 ` Hans Hagen
2002-09-16 15:22   ` Martin Kolarík
2002-09-16 19:32     ` Hans Hagen
2002-09-17  4:53   ` Berend de Boer

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).