This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: openjade giving errors


it still doesn't work!!!

According to the docs it will find demo.dsl which is in the same directory.

Below is the demo.dsl file.

<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN">

(root (make simple-page-sequence
	    (make scroll)))

(element p (make paragraph))

And the demo.sgm file is 

<!doctype demo [
<!element demo o o (p*)>
<!element p - o (#pcdata)>
]>
<p>
The first paragraph.
<p>
The second paragraph.

Phill

> -----Original Message-----
> From: Juan R. Migoya [mailto:jmigoya@ingeteam.es]
> Sent: Wednesday, September 20, 2000 4:24 PM
> To: shelton@usq.edu.au
> Cc: 'DocBook-Apps ML'
> Subject: Re: DOCBOOK-APPS: openjade giving errors
> 
> 
> You should include a dsl file with the "-d" parameter, in this way:
> 
> openjade -dc:\mypath\mystyle.dsl demo.sgm
> 
> Also, include required output format with "-t".
> 
> Regards,
> 
> Juan R. Migoya
> 
> Phillip Shelton wrote:
> > 
> > Umm, I downloaded the Openjade-1.3.1 for win32 and installed it.
> > 
> > I then ran
> > 
> > openjade demo.sgm
> > 
> > from the OpenJade-1.3\dsssl directory as suggested by the doc's and
> > this was the output from openjade.  Should it look like 
> this or have I
> > not done something?
> > 
> > openjade:d:\XML\sgml\dtd\docbook41\catalog:22:0:W: DTDDECL 
> catalog entries
> > are not supported
> > openjade:demo.sgm:5:2:E: "P" is not the name of any flow 
> object class
> > openjade:demo.sgm:7:2:E: "P" is not a valid keyword in a 
> style expression
> > openjade:demo.sgm:8:22:E: invalid content map
> > openjade:demo.sgm:7:0: content map references non-existent port "P"
> >[snip] 
> > Phill
> 
> -- 
> 
> 
> **************************************************************
> **********
> Juan R. Migoya
> Ingelectric-Team, S.A.
> Area de Aparatos y Equipos
> Tel. 94 403 98 30
> Fax. 94 403 96 80
> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]