docbook: Thread: Errors from missing vars


[<<] [<] Page 1 of 1 [>] [>>]
Subject: Errors from missing vars
From: ####@####.####
Date: 10 Jan 2003 04:20:25 -0000
Message-Id: <1042172423.3e1e4a0762119@webmail.keystreams.com>

I get this when trying to run openjade over a docbook xml document:

[root@crypt-600 /media/Code/thankugift/docs/system_documentation]# openjade -t 
xml -d $SGMLHOME/dsssl/docbook/html/ldp.dsl#html 
$SGMLHOME/dsssl/docbook/dtds/decls/xml.dcl ./docbook.xml
openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:359:18:E: reference to 
undefined variable "$table-width$"
openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:324:28:E: reference to 
undefined variable "$verbatim-line-by-line$"

It then spits out the contents of the xml doc.

I have found the lines in the ldp.dsl file that reference the variables and 
tried commenting them out, defining the variables myself, etc. but nothing 
worked.

Any help is appreciated,
Jacob
Subject: Re: Errors from missing vars
From: James Weller ####@####.####
Date: 10 Jan 2003 04:50:20 -0000
Message-Id: <e57c4e5e12.e5e12e57c4@snowy.gci.net>

It seems ldp.dsl is referencing docbook but not finding them. Expound 
on your SGMLHOME layout and CATALOG environment.
Jim


----- Original Message -----
From: ####@####.####
Date: Thursday, January 9, 2003 7:20 pm
Subject: Errors from missing vars

> I get this when trying to run openjade over a docbook xml document:
> 
> [root@crypt-600 /media/Code/thankugift/docs/system_documentation]# 
> openjade -t 
> xml -d $SGMLHOME/dsssl/docbook/html/ldp.dsl#html 
> $SGMLHOME/dsssl/docbook/dtds/decls/xml.dcl ./docbook.xml
> openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:359:18:E: 
> reference to 
> undefined variable "$table-width$"
> openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:324:28:E: 
> reference to 
> undefined variable "$verbatim-line-by-line$"
> 
> It then spits out the contents of the xml doc.
> 
> I have found the lines in the ldp.dsl file that reference the 
> variables and 
> tried commenting them out, defining the variables myself, etc. but 
> nothing 
> worked.
> 
> Any help is appreciated,
> Jacob
> 
> ______________________
> http://lists.tldp.org/
> 
> 

Subject: Re: Errors from missing vars
From: ####@####.####
Date: 10 Jan 2003 05:21:19 -0000
Message-Id: <1042176075.3e1e584b8f6cc@webmail.keystreams.com>

The following is a copy of my $SGMLHOME/catalog file:

CATALOG "/usr/local/sgml/openjade-1.3.2/dsssl/catalog"
CATALOG "/usr/local/sgml/dsssl/docbook/catalog"
CATALOG "/usr/local/sgml/dtd3.1/catalog"
CATALOG "/usr/local/sgml/dtd4.1/catalog"  
CATALOG "/usr/local/sgml/dtd4.1.2/catalog"
SYSTEM "http://www.oasis-
open.org/docbook/xml/4.1.2/docbookx.dtd" "/usr/local/sgml/docbook/xml/docbookx.
dtd"

I have re-checked all these entries and they all point to valid paths. I even 
rebuilt the dtd's according to a different structure I found in a how-to but 
to no avail.

Quoting James Weller ####@####.####

> It seems ldp.dsl is referencing docbook but not finding them. Expound 
> on your SGMLHOME layout and CATALOG environment.
> Jim
> 
> 
> ----- Original Message -----
> From: ####@####.####
> Date: Thursday, January 9, 2003 7:20 pm
> Subject: Errors from missing vars
> 
> > I get this when trying to run openjade over a docbook xml document:
> > 
> > [root@crypt-600 /media/Code/thankugift/docs/system_documentation]# 
> > openjade -t 
> > xml -d $SGMLHOME/dsssl/docbook/html/ldp.dsl#html 
> > $SGMLHOME/dsssl/docbook/dtds/decls/xml.dcl ./docbook.xml
> > openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:359:18:E: 
> > reference to 
> > undefined variable "$table-width$"
> > openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:324:28:E: 
> > reference to 
> > undefined variable "$verbatim-line-by-line$"
> > 
> > It then spits out the contents of the xml doc.
> > 
> > I have found the lines in the ldp.dsl file that reference the 
> > variables and 
> > tried commenting them out, defining the variables myself, etc. but 
> > nothing 
> > worked.
> > 
> > Any help is appreciated,
> > Jacob
> > 
> > ______________________
> > http://lists.tldp.org/
> > 
> > 
> 
> 
> ______________________
> http://lists.tldp.org/
> 
> 


Subject: Re: Errors from missing vars
From: James Weller ####@####.####
Date: 10 Jan 2003 07:44:42 -0000
Message-Id: <10bee4106fb6.106fb610bee4@snowy.gci.net>

Looking at your catalog it seems that your 412 XML dtd is 
in /usr/local/sgml/docbook/xml..., but you don't have a catalog entry 
for its docbook.cat file (e.g. 
CATALOG "/usr/local/sgml/docbook/xml/docbookx/docbook.cat"). Is this 
correct?

You might look at http://www.jimweller.net/jim/dbxmlqs/index.html if 
you've not already.

Jim


----- Original Message -----
From: ####@####.####
Date: Thursday, January 9, 2003 8:21 pm
Subject: Re: Errors from missing vars

> The following is a copy of my $SGMLHOME/catalog file:
> 
> CATALOG "/usr/local/sgml/openjade-1.3.2/dsssl/catalog"
> CATALOG "/usr/local/sgml/dsssl/docbook/catalog"
> CATALOG "/usr/local/sgml/dtd3.1/catalog"
> CATALOG "/usr/local/sgml/dtd4.1/catalog"  
> CATALOG "/usr/local/sgml/dtd4.1.2/catalog"
> SYSTEM "http://www.oasis-
> open.org/docbook/xml/4.1.2/docbookx.dtd" 
> "/usr/local/sgml/docbook/xml/docbookx.dtd"
> 
> I have re-checked all these entries and they all point to valid 
> paths. I even 
> rebuilt the dtd's according to a different structure I found in a 
> how-to but 
> to no avail.
> 
> Quoting James Weller ####@####.####
> 
> > It seems ldp.dsl is referencing docbook but not finding them. 
> Expound 
> > on your SGMLHOME layout and CATALOG environment.
> > Jim
> > 
> > 
> > ----- Original Message -----
> > From: ####@####.####
> > Date: Thursday, January 9, 2003 7:20 pm
> > Subject: Errors from missing vars
> > 
> > > I get this when trying to run openjade over a docbook xml 
> document:> > 
> > > [root@crypt-600 
> /media/Code/thankugift/docs/system_documentation]# 
> > > openjade -t 
> > > xml -d $SGMLHOME/dsssl/docbook/html/ldp.dsl#html 
> > > $SGMLHOME/dsssl/docbook/dtds/decls/xml.dcl ./docbook.xml
> > > openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:359:18:E: 
> > > reference to 
> > > undefined variable "$table-width$"
> > > openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:324:28:E: 
> > > reference to 
> > > undefined variable "$verbatim-line-by-line$"
> > > 
> > > It then spits out the contents of the xml doc.
> > > 
> > > I have found the lines in the ldp.dsl file that reference the 
> > > variables and 
> > > tried commenting them out, defining the variables myself, etc. 
> but 
> > > nothing 
> > > worked.
> > > 
> > > Any help is appreciated,
> > > Jacob
> > > 
> > > ______________________
> > > http://lists.tldp.org/
> > > 
> > > 
> > 
> > 
> > ______________________
> > http://lists.tldp.org/
> > 
> > 
> 
> 
> 
> ______________________
> http://lists.tldp.org/
> 
> 

Subject: Re: Errors from missing vars
From: ####@####.####
Date: 10 Jan 2003 18:29:24 -0000
Message-Id: <1042223363.3e1f11034001d@webmail.keystreams.com>

Hi Jim,

That was the first how-to I followed and thank-you for it since it looks like 
you are the one that wrote it! If you don't already know some of the links are 
broken now. The dtd links have changed to .shtml, the ldp.dsl file is at 
http://en.tldp.org/authors/tools/ldp.dsl and the missing entity link is a 404. 
Also, since the dtd's are a bit older it got confusing for me whether or not I 
should try using the more uptodate ones as oasis urges you to.

Despite those hangs up I followed the intstructions down to the letter 
(mostly). I added the entry:

CATALOG "/usr/local/sgml/docbook/xml/docbook.cat"

But no difference. I think I'll have to try starting from scratch again :/

Thanks for your help,
Jacob

Quoting James Weller ####@####.####

> Looking at your catalog it seems that your 412 XML dtd is 
> in /usr/local/sgml/docbook/xml..., but you don't have a catalog entry 
> for its docbook.cat file (e.g. 
> CATALOG "/usr/local/sgml/docbook/xml/docbookx/docbook.cat"). Is this 
> correct?
> 
> You might look at http://www.jimweller.net/jim/dbxmlqs/index.html if 
> you've not already.
> 
> Jim
> 
> 
> ----- Original Message -----
> From: ####@####.####
> Date: Thursday, January 9, 2003 8:21 pm
> Subject: Re: Errors from missing vars
> 
> > The following is a copy of my $SGMLHOME/catalog file:
> > 
> > CATALOG "/usr/local/sgml/openjade-1.3.2/dsssl/catalog"
> > CATALOG "/usr/local/sgml/dsssl/docbook/catalog"
> > CATALOG "/usr/local/sgml/dtd3.1/catalog"
> > CATALOG "/usr/local/sgml/dtd4.1/catalog"  
> > CATALOG "/usr/local/sgml/dtd4.1.2/catalog"
> > SYSTEM "http://www.oasis-
> > open.org/docbook/xml/4.1.2/docbookx.dtd" 
> > "/usr/local/sgml/docbook/xml/docbookx.dtd"
> > 
> > I have re-checked all these entries and they all point to valid 
> > paths. I even 
> > rebuilt the dtd's according to a different structure I found in a 
> > how-to but 
> > to no avail.
> > 
> > Quoting James Weller ####@####.####
> > 
> > > It seems ldp.dsl is referencing docbook but not finding them. 
> > Expound 
> > > on your SGMLHOME layout and CATALOG environment.
> > > Jim
> > > 
> > > 
> > > ----- Original Message -----
> > > From: ####@####.####
> > > Date: Thursday, January 9, 2003 7:20 pm
> > > Subject: Errors from missing vars
> > > 
> > > > I get this when trying to run openjade over a docbook xml 
> > document:> > 
> > > > [root@crypt-600 
> > /media/Code/thankugift/docs/system_documentation]# 
> > > > openjade -t 
> > > > xml -d $SGMLHOME/dsssl/docbook/html/ldp.dsl#html 
> > > > $SGMLHOME/dsssl/docbook/dtds/decls/xml.dcl ./docbook.xml
> > > > openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:359:18:E: 
> > > > reference to 
> > > > undefined variable "$table-width$"
> > > > openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:324:28:E: 
> > > > reference to 
> > > > undefined variable "$verbatim-line-by-line$"
> > > > 
> > > > It then spits out the contents of the xml doc.
> > > > 
> > > > I have found the lines in the ldp.dsl file that reference the 
> > > > variables and 
> > > > tried commenting them out, defining the variables myself, etc. 
> > but 
> > > > nothing 
> > > > worked.
> > > > 
> > > > Any help is appreciated,
> > > > Jacob
> > > > 
> > > > ______________________
> > > > http://lists.tldp.org/
> > > > 
> > > > 
> > > 
> > > 
> > > ______________________
> > > http://lists.tldp.org/
> > > 
> > > 
> > 
> > 
> > 
> > ______________________
> > http://lists.tldp.org/
> > 
> > 
> 
> 
> ______________________
> http://lists.tldp.org/
> 
> 


Subject: Re: Errors from missing vars
From: ####@####.####
Date: 10 Jan 2003 18:43:24 -0000
Message-Id: <1042224199.3e1f14475a392@webmail.keystreams.com>

One other thing I thought I'd mention is that there is another how-to at 
http://www.linux.org/docs/ldp/howto/DocBook-OpenJade-SGML-XML-
HOWTO/requirements.html which is a bit more uptodate and links to a 
entities.tar.gz file that contains all the needed entities. This is where I 
finally found iso-grk4.gml.

There is also one done by IBM developerWorks (sgml only) at http://www-
106.ibm.com/developerworks/library/l-docbk.html.
 
 
Quoting ####@####.####

> Hi Jim,
> 
> That was the first how-to I followed and thank-you for it since it looks like
> 
> you are the one that wrote it! If you don't already know some of the links
> are 
> broken now. The dtd links have changed to .shtml, the ldp.dsl file is at 
> http://en.tldp.org/authors/tools/ldp.dsl and the missing entity link is a
> 404. 
> Also, since the dtd's are a bit older it got confusing for me whether or not
> I 
> should try using the more uptodate ones as oasis urges you to.
> 
> Despite those hangs up I followed the intstructions down to the letter 
> (mostly). I added the entry:
> 
> CATALOG "/usr/local/sgml/docbook/xml/docbook.cat"
> 
> But no difference. I think I'll have to try starting from scratch again :/
> 
> Thanks for your help,
> Jacob
> 
> Quoting James Weller ####@####.####
> 
> > Looking at your catalog it seems that your 412 XML dtd is 
> > in /usr/local/sgml/docbook/xml..., but you don't have a catalog entry 
> > for its docbook.cat file (e.g. 
> > CATALOG "/usr/local/sgml/docbook/xml/docbookx/docbook.cat"). Is this 
> > correct?
> > 
> > You might look at http://www.jimweller.net/jim/dbxmlqs/index.html if 
> > you've not already.
> > 
> > Jim
> > 
> > 
> > ----- Original Message -----
> > From: ####@####.####
> > Date: Thursday, January 9, 2003 8:21 pm
> > Subject: Re: Errors from missing vars
> > 
> > > The following is a copy of my $SGMLHOME/catalog file:
> > > 
> > > CATALOG "/usr/local/sgml/openjade-1.3.2/dsssl/catalog"
> > > CATALOG "/usr/local/sgml/dsssl/docbook/catalog"
> > > CATALOG "/usr/local/sgml/dtd3.1/catalog"
> > > CATALOG "/usr/local/sgml/dtd4.1/catalog"  
> > > CATALOG "/usr/local/sgml/dtd4.1.2/catalog"
> > > SYSTEM "http://www.oasis-
> > > open.org/docbook/xml/4.1.2/docbookx.dtd" 
> > > "/usr/local/sgml/docbook/xml/docbookx.dtd"
> > > 
> > > I have re-checked all these entries and they all point to valid 
> > > paths. I even 
> > > rebuilt the dtd's according to a different structure I found in a 
> > > how-to but 
> > > to no avail.
> > > 
> > > Quoting James Weller ####@####.####
> > > 
> > > > It seems ldp.dsl is referencing docbook but not finding them. 
> > > Expound 
> > > > on your SGMLHOME layout and CATALOG environment.
> > > > Jim
> > > > 
> > > > 
> > > > ----- Original Message -----
> > > > From: ####@####.####
> > > > Date: Thursday, January 9, 2003 7:20 pm
> > > > Subject: Errors from missing vars
> > > > 
> > > > > I get this when trying to run openjade over a docbook xml 
> > > document:> > 
> > > > > [root@crypt-600 
> > > /media/Code/thankugift/docs/system_documentation]# 
> > > > > openjade -t 
> > > > > xml -d $SGMLHOME/dsssl/docbook/html/ldp.dsl#html 
> > > > > $SGMLHOME/dsssl/docbook/dtds/decls/xml.dcl ./docbook.xml
> > > > > openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:359:18:E: 
> > > > > reference to 
> > > > > undefined variable "$table-width$"
> > > > > openjade:/usr/local/sgml/dsssl/docbook/html/ldp.dsl:324:28:E: 
> > > > > reference to 
> > > > > undefined variable "$verbatim-line-by-line$"
> > > > > 
> > > > > It then spits out the contents of the xml doc.
> > > > > 
> > > > > I have found the lines in the ldp.dsl file that reference the 
> > > > > variables and 
> > > > > tried commenting them out, defining the variables myself, etc. 
> > > but 
> > > > > nothing 
> > > > > worked.
> > > > > 
> > > > > Any help is appreciated,
> > > > > Jacob
> > > > > 
> > > > > ______________________
> > > > > http://lists.tldp.org/
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > ______________________
> > > > http://lists.tldp.org/
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > ______________________
> > > http://lists.tldp.org/
> > > 
> > > 
> > 
> > 
> > ______________________
> > http://lists.tldp.org/
> > 
> > 
> 
> 
> 
> ______________________
> http://lists.tldp.org/
> 
> 


[<<] [<] Page 1 of 1 [>] [>>]


  ©The Linux Documentation Project, 2014. Listserver maintained by dr Serge Victor on ibiblio.org servers. See current spam statz.