Bookmarks in JADE's RTF Backend.

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
  • Bookmarks in JADE's RTF Backend.
    • Andrei Kaikov - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id DAA12240Thu, 9 Apr 1998 03:07:19 -0400 (EDT) <=
      • James Clark - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id DAA07929Fri, 10 Apr 1998 03:18:36 -0400 (EDT)