Oxygen and DOM

Having trouble installing Oxygen? Got a bug to report? Post it all here.
deltaevo1
Posts: 3
Joined: Sun Oct 24, 2004 4:41 am

Oxygen and DOM

Post by deltaevo1 »

hi,

Recently one of my friends talked to me about DOM, and I wanted to know if Oxygen is DOM compliant ? can we use DOM with oxygen for generating html from xsl etc...

Thnaks in advance

fp
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

DOM specifies a set of API interfaces for processing XML documents. There are also other XML processing APIs. I do not understand what you mean by DOM compliant... Oxygen uses DOM in some parts of its processings and also uses SAX and processor specific APIs.

Oxygen provides a powerful transformation support that includes multiple XSLT transformations and options FO processing. You can generate HTML and/or PDF from XML documents assumming you have the stylesheets for this. Oxygen ships for instance with DocBook stylesheets so you can easily convert DocBook documents to PDF or HTML.

Best Regards,
George
Post Reply