Slashdot Mirror


User: ChipX86

ChipX86's activity in the archive.

Stories
0
Comments
52
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 52

  1. Re:Mino XML parser on XML and Transcoding - How Would You Do It? · · Score: 1

    To be honest, I really don't know how it compares to LotusXSL or XT/XP. I'm mostly concerned about getting it to work for now, though I do plan on comparing its performance with other XML parsers. Once I get the XSL up and running, I can compare that a little better.

  2. Mino XML parser on XML and Transcoding - How Would You Do It? · · Score: 3

    Well, this is kind of a shamless plug, but I'm developing a XML parser at http://mino.portaldesign.net. It is LGPL. The library can be used in any programs and the parser that comes with it can be used for converting XML files to HTML on-the-fly.

    I'm working on XSL support (so people can easily say what XML tags should become in HTML), so that should be done in the (hopefully) near future. For now, feel free to download the latest alpha and play with it.

    In the near future, I plan to have support for databases, CSS, XSL (as mentioned above), and a few other XML-related technologies.

    People familiar with C/C++ should easily be able to write custom modules for converting from XML to HTML using the library by looking at the examples in xmlhandlers/. Anyone want to help develop this?