A Newbie question (sorry)

Subject: A Newbie question (sorry)
From: J-P Theberge <yesod@xxxxxxx>
Date: 04 Dec 1998 14:11:52 -0500
Hi,

I'm a newbie learning dsssl.
I hope you will forgive me for my basic questions.
(I will probably have a lot for the months to comes...)

When converting xml -> html with Jade, how can I convert

<tag>text</tag> 

to

&#160;<br><br>text

When I actualy want the output to be tagged, I do something like

(element source
 (make element gi: "b"
	(process-children)
	(literal " - ")))

this turn 

<source>text</source> 

to 

<b>text -</b>

This is great but how I simply return untagged text?

Thanks

--
JP Theberge
tech@xxxxxxxxxxxxxxx




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


Current Thread