XSLT processor question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

XSLT processor question

Joseph Pelrine-5
Since Dolphin has the MS XML controls wrappered, I was wondering if
anyone could tell me how to do an XSL transformation from Dolphin. I
want to be able to supply an input XML file, an XSL stylesheet, and get
back and output XML (or HTML or text) file.

Cheers

--
--
Joseph Pelrine [ | ]
MetaProg GmbH
Email: [hidden email]
Web:   http://www.metaprog.com

"If you don't live on the edge, you're taking up too much space" -
Doug Robinson


Reply | Threaded
Open this post in threaded view
|

Re: XSLT processor question

Jeffrey Odell-2
This is a good starting point:

http://msdn.microsoft.com/library/en-us/xmlsdk/htm/sdk_intro_6g53.asp

This is the doc for the latest MSXML stuff - Version 4.0.  Dolphin comes
with version 2.0 wrapped (correct me if I'm wrong, Blair/Andy).  My XP box
has versions 2.0, 2.6 and 3.0 on it, so I'm guessing 4.0 is pretty new and
needs to be downloaded.

As your tools you provided did such a nice job for me on my SUnitBrowser
stuff, I was planning on looking in to this as an alternative for creating
some simple tools to push code.  If you'd like me to work with you on this
in a any capacity, let me know ;>

jlo

"Joseph Pelrine" <[hidden email]> wrote in message
news:[hidden email]...

> Since Dolphin has the MS XML controls wrappered, I was wondering if
> anyone could tell me how to do an XSL transformation from Dolphin. I
> want to be able to supply an input XML file, an XSL stylesheet, and get
> back and output XML (or HTML or text) file.
>
> Cheers
>
> --
> --
> Joseph Pelrine [ | ]
> MetaProg GmbH
> Email: [hidden email]
> Web:   http://www.metaprog.com
>
> "If you don't live on the edge, you're taking up too much space" -
> Doug Robinson
>


Reply | Threaded
Open this post in threaded view
|

Re: XSLT processor question

Joseph Pelrine-5
Jeffrey Odell wrote:

>This is a good starting point:
>
>http://msdn.microsoft.com/library/en-us/xmlsdk/htm/sdk_intro_6g53.asp
>
>This is the doc for the latest MSXML stuff - Version 4.0.  Dolphin comes
>with version 2.0 wrapped (correct me if I'm wrong, Blair/Andy).  My XP box
>has versions 2.0, 2.6 and 3.0 on it, so I'm guessing 4.0 is pretty new and
>needs to be downloaded.
>
>As your tools you provided did such a nice job for me on my SUnitBrowser
>stuff, I was planning on looking in to this as an alternative for creating
>some simple tools to push code.  If you'd like me to work with you on this
>in a any capacity, let me know ;>
>
Thanks for the compliment <g>. As to the Rosetta tools - I'll make an
official announcement as soon as I set up a web page. For now, you can
download the docs at http://www.metaprog.com/downloads/RosettaDoc.pdf.

Cheers

--
--
Joseph Pelrine [ | ]
MetaProg GmbH
Email: [hidden email]
Web:   http://www.metaprog.com

"If you don't live on the edge, you're taking up too much space" -
Doug Robinson


--
--
Joseph Pelrine [ | ]
MetaProg GmbH
Email: [hidden email]
Web:   http://www.metaprog.com

"If you don't live on the edge, you're taking up too much space" -
Doug Robinson


Reply | Threaded
Open this post in threaded view
|

Re: XSLT processor question

Steve Alan Waring
In reply to this post by Joseph Pelrine-5
Hi Joseph,

I have uploaded a couple of packages for XSLT, based on the MSXML3 control,
to:

   http://www.stevewaring.net/pac/SWXSLT_1.zip

The main package contains interface classes for MSXML3, a second package
contains a presenter in which you can enter the xml and xsl, and then
transform it into a browser control.

I have only experimented with XSLT, so the code and interfaces have not been
used heavily, but it should give you something to start with.

Thanks,
Steve

==========
Steve Waring
[hidden email]
http://www.dolphinharbor.org/dh/harbor/steve.html


Reply | Threaded
Open this post in threaded view
|

Re: XSLT processor question

Jeffrey Odell-2
I wrapped the MSXML 4.0 version and ended up in about the same place you
were with 3.0, all before I saw this.  I'm going to produce a simple console
app as a starting point, just for the experience -

jlo

"Steve Waring" <[hidden email]> wrote in message
news:aqp8bv$cbc6q$[hidden email]...
> Hi Joseph,
>
> I have uploaded a couple of packages for XSLT, based on the MSXML3
control,
> to:
>
>    http://www.stevewaring.net/pac/SWXSLT_1.zip
>
> The main package contains interface classes for MSXML3, a second package
> contains a presenter in which you can enter the xml and xsl, and then
> transform it into a browser control.
>
> I have only experimented with XSLT, so the code and interfaces have not
been

> used heavily, but it should give you something to start with.
>
> Thanks,
> Steve
>
> ==========
> Steve Waring
> [hidden email]
> http://www.dolphinharbor.org/dh/harbor/steve.html
>
>


Reply | Threaded
Open this post in threaded view
|

Re: XSLT processor question

Jeffrey Odell-2
Scratch that - with MSXML 4.0, MS provides a command line version:

http://go.microsoft.com/fwlink/?LinkId=4882

jlo

"Jeffrey Odell" <[hidden email]> wrote in message
news:3dd1690a$[hidden email]...
> I wrapped the MSXML 4.0 version and ended up in about the same place you
> were with 3.0, all before I saw this.  I'm going to produce a simple
console

> app as a starting point, just for the experience -
>
> jlo
>
> "Steve Waring" <[hidden email]> wrote in message
> news:aqp8bv$cbc6q$[hidden email]...
> > Hi Joseph,
> >
> > I have uploaded a couple of packages for XSLT, based on the MSXML3
> control,
> > to:
> >
> >    http://www.stevewaring.net/pac/SWXSLT_1.zip
> >
> > The main package contains interface classes for MSXML3, a second package
> > contains a presenter in which you can enter the xml and xsl, and then
> > transform it into a browser control.
> >
> > I have only experimented with XSLT, so the code and interfaces have not
> been
> > used heavily, but it should give you something to start with.
> >
> > Thanks,
> > Steve
> >
> > ==========
> > Steve Waring
> > [hidden email]
> > http://www.dolphinharbor.org/dh/harbor/steve.html
> >
> >
>
>