Acting on empty tags with JADE

Subject: Acting on empty tags with JADE
From: "Olivier ROUSSEAU" <nepo@xxxxxxx>
Date: Mon, 25 Aug 1997 08:44:26 +0200
	Hello
In my sgml instance i have something like that

<startrevision>
<elementtype1>........</elementtype1>
<followingone>..........</followingone>
<endrevision>

When parsed the document becomes:

<startrevision>
</startrevision>
<elementtype1>........</elementtype1>
<followingone>..........</followingone>
<endrevision>
</endrevision>

And I want the element between <startrevision> and <endrevision> to be
treated in a different way than the others. (for example underline the
text...)

Maybe it is possible to use "formatting-instruction" in order to insert the
RTF codes, but I have no result.

	Is it possible and how?

	Olivier ROUSSEAU
	nepo@xxxxxxx





 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread