Re: A Newbie question (sorry)

Subject: Re: A Newbie question (sorry)
From: Chris Maden <crism@xxxxxxxxxxx>
Date: Mon, 7 Dec 1998 14:58:30 -0500 (EST)
[J-P Theberge]
> 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 is great but how I simply return untagged text?

(element source
  (process-children))

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>


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


Current Thread