M
Mike King
I want to ask a general question to see if anyone has done a similar thing.
I'm thinking about creating an application that will allow me to run queries
across several XML files. I would like to use the power of the XSLT
language to help me with this problem. So I'm thinking about creating a
very simplistic language similar to XSLT that will accomplish this. I will
use XSLT to transform my language into XSLT. That XSLT will produce an HTML
file with JavaScript code in it, so I can have an interactive results that
will be displayed in a web browser.
MyLang --(using XSLT)--> XSLT --> HTML
Has anyone done anything like this? I know Schematron uses a similar
approach. I also know about XQuery, but I don't know of any good free GUI
tool for it yet. I just want to make sure I'm not reinventing the wheel.
I'm thinking about creating an application that will allow me to run queries
across several XML files. I would like to use the power of the XSLT
language to help me with this problem. So I'm thinking about creating a
very simplistic language similar to XSLT that will accomplish this. I will
use XSLT to transform my language into XSLT. That XSLT will produce an HTML
file with JavaScript code in it, so I can have an interactive results that
will be displayed in a web browser.
MyLang --(using XSLT)--> XSLT --> HTML
Has anyone done anything like this? I know Schematron uses a similar
approach. I also know about XQuery, but I don't know of any good free GUI
tool for it yet. I just want to make sure I'm not reinventing the wheel.