|
Subject: Bookmarks in JADE's RTF Backend. From: Andrei Kaikov <andrei@xxxxxxxxxxxxx> Date: Thu, 9 Apr 1998 09:58:09 +0200 |
Hello everyone!
I have some problems with bookmarks in Jade's RTF Backend. As I know it
has to wrap all production of an element with ID in bookmark that has
the same name as ID attribute value. But It only inserts the empty
bookmark before the element production.
What am I doing wrong?
There are the test files I use:
Test.sgml
-------------
<!DOCTYPE NOTE
[
<!ELEMENT note - - ( par* ) >
<!ELEMENT par - - (#PCDATA) >
<!ATTLIST par
id ID #REQUIRED>
] >
<note>
<par id="first">
The first paragraph.
</par>
<par id="second">
The second paragraph.
</par>
</note>
Test.dsl
-----------
<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style
Sheet//EN">
( element node
( process-children )
)
( element par
( make paragraph
( process-children )
)
)
Test.rtf
-----------
...
{\*\bkmkstart ID_FIRST}{\*\bkmkend ID_FIRST}\fs20 The first paragraph.
...
Thanx in advance,
<?Andrei>
DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| DD: SGML version of CookBook, Tony Graham | Thread | Re: Bookmarks in JADE's RTF Backend, James Clark |
| DD: SGML version of CookBook, Tony Graham | Date | RE: inline space, Frank A. Christoph |
| Month |