Re: org.w3c.dom.Document as param, html as output

2001-07-07 Thread Piroumian, Konstantin
I'm trying to find a class/method (possibly xalan) that will take an org.w3c.dom.Document as an arg which will include an ?xml:stylesheet? processing instruction and have an ouput of html. I need to have this done on the fly without the xml doc saved in a directoryany suggestions??

Re: org.w3c.dom.Document as param, html as output

2001-07-07 Thread Robert Koberg
check out xmlc. it compiles xml: http://xmlc.enhydra.org/ xalan has xsltc which compiles the xsl - Original Message - From: JOEL BENVENISTE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 2:35 PM Subject: org.w3c.dom.Document as param, html as output I'm trying

org.w3c.dom.Document as param, html as output

2001-07-06 Thread JOEL BENVENISTE
I'm trying to find a class/method (possibly xalan) that will take an org.w3c.dom.Document as an arg which will include an ?xml:stylesheet? processing instruction and have an ouput of html. I need to have this done on the fly without the xml doc saved in a directoryany suggestions??