xsl-list
[Top] [All Lists]

RE: [xsl] How can I compare XSLT with Programming languages for parsing XML?

2006-07-24 01:19:52
I am developing XSLT stylesheets to parse MathML(Mathematical 
markup language) and convert it to text. I would like to 
justify my design decision of selecting XSLT and not another 
programming language, what benefits XSLT has over others for 
parsing XML documents? 

The standard benefits of using a higher-level language: productivity during
the development and maintenance life of the application. 

You have to reckon with a learning curve, however. Your first project using
a new technology can often take longer than if you used a less-appropriate
technology that you already know well.

It would help to get the terminology right. You're talking here about
transforming XML, not about parsing it. Chances are you'll use the same
off-the-shelf XML parser whether you write the transformation in XSLT or in
some other language.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--