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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems with (make entity system-id:).



--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

I'm using a=20

  (make entity
    system-id: "equation-list.sgml"

to create a file containing the equations used in a particular SGML
file, whilst turning it into HTML with the dbtexmath stylesheets
that some kind soul announced recently.

The problem is that it appears to be interfering with the 'make entity's
that the docbook stylesheets use to create the html files.

I've tracked the problem down to the following interaction:

    ;; Tests
    (root
	(make sequence
	    (make entity
		system-id: "testfile1")
	    (make entity
		system-id: "testfile2")
	    (process-children)))

With the 'root' the HTML.manifest doesn't get produced.
On the otherhand, if I used 'element book' instead then the index.html
file doesn't get produced.

    ;; Tests
    (element book
	(make sequence
	    (make entity
		system-id: "testfile1")
	    (make entity
		system-id: "testfile2")
	    (process-children)))

In both cases testfile1 and testfile2 get created.

What's going wrong?

Joe

--BXVAT5kNtrzKuDFl
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjw5uoQACgkQXVIcjOaxUBYVQQCfbQydyHNTV0g2qktnXtgqb88W
q4UAoOiOf4YhaqjjrPcufRYRi+WKikSG
=y6ze
-----END PGP SIGNATURE-----

--BXVAT5kNtrzKuDFl--


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