(dsssl) Strange behaviour...

Subject: (dsssl) Strange behaviour...
From: Jany Quintard <jany.quintard@xxxxxxx>
Date: Tue, 30 Jul 2002 12:06:47 +0200
or maybe am I doing soemthing goofy.

I am processing an SGML and I have met a strange problem in the
transformation of an element.


<xmp>
1  _
2  __
3  ___
4  ____
5  _____
6  ______
</xmp>

with this transformation:
(element xmp
  (make element))

I get this result:
><XMP
>1  _
2  _3  ___
4  ___5  _____
6  _____7  _______
8  _______9  _________
10 _________</XMP
><P

So, if the number of "_" is odd, all is well, but if the number is even,
one of the "_" disappears and the lines are concatenated.

It reminds me a problem with the TeX backend and dashes, but here I use the
sgml backend.

Any ideas ?

Jany

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

Current Thread