RE: xml2html using dsssl

Subject: RE: xml2html using dsssl
From: "Didier PH Martin" <martind@xxxxxxxxxxxxx>
Date: Thu, 20 May 1999 11:15:29 -0400
Hi,

There is also an other way to do what you want:

<!doctype style-sheet PUBLIC "-//Netfolder//DTD DSSSL library//EN" >
<style-specification  use="htmlfo">

(element root
	(make html <------- notice the lower case Tony's library uses lower case
for HTMLFo
		(process-children)
	)
)

(element book
	(make display-group
		(make head)
		(make body
			(process-children)
		)
	)
)


</style-specification>
<external-specification id="htmlfo" document="htmlfo">

-----Original Message-----
From: owner-dssslist@xxxxxxxxxxxxxxxx
[mailto:owner-dssslist@xxxxxxxxxxxxxxxx]On Behalf Of
rtl@xxxxxxxxxxxxxxxxxxxxxx
Sent: Thursday, May 20, 1999 5:08 AM
To: dssslist@xxxxxxxxxxxxxxxx
Subject: xml2html using dsssl


Hi!

I need to generate some HTML using files in XML.
How can I do this?

I've tried to use:

(element book
	(make element HTML
		(make element HEAD
			(make element BODY
				(process-children)
			)
		)
	)
)

but jade said:

jade:carHTML.dsl:8:2:E: "element" is not the name of any flow object class

Help me....

Rita


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


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


Current Thread