Re: How hard would it be to do an XSL interpreter/explorer?

Subject: Re: How hard would it be to do an XSL interpreter/explorer?
From: "James Tauber" <jtauber@xxxxxxxxxxx>
Date: Wed, 28 Jul 1999 19:36:51 +0800
> I was thinking of something along the lines of
> an interactive database query explorer, but where
> you can enter XPath and XSLT expressions. The
> results could be shown as XML text fragments,
> or even graphically.

I started playing around with something like this as a follow on from my
"XML uberdocument shell" idea.

My first iteration was a DOM shell. You got a command line and could
navigate around an XML document using commands based on DOM methods. (eg
"fc" to move to the current element's first child, "ns" to move to the
current element's next sibling).

Next I started working on an XSLT version where you move around by typing
patterns (this was pre-XPath).

I haven't had time to get back to it but I'd be interested if someone
continued the idea.

James Tauber



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread