RE: [xsl] Saxon get starting but cancle again!

Subject: RE: [xsl] Saxon get starting but cancle again!
From: 1alp@xxxxxx
Date: Thu, 10 Oct 2002 11:44:32 +0200 (MEST)
hello,

meanwhile i could get the knack of the Problem!
Thanks for your participation and help.
The Case was a wrong commmand for Path in VB programm:
instead of ("c:\saxon -o 81831.txt 81831.xml 81831.xsl", vbNormalNoFocus) 
it should be ("c:\saxon -o c:\81831.txt c:\81831.xml c:\81831.xsl",
vbNormalNoFocus)

The Reason for Using VB instead of Java is just Customer' s requirement.
regards,

dama
 It's possible, but requires a fair bit of patience, to call Saxon's JAVA
> API directly from Visual Basic - there are various technologies that
> wrap Java objects as COM objects. However, it's not a mixture I would
> particularly recommend (why use Visual Basic when you could be using
> Java?). Instant Saxon is packaged as a Windows executable, so you should
> be able to run it from VB like any other executable - it's years since
> I've done this and I've forgotten the details. I'm not sure why it's not
> working for you.
> 
> Saxon-specific questions are best asked on the saxon-help list at
> SourceForge.
> 
> Michael Kay
> Software AG
> home: Michael.H.Kay@xxxxxxxxxxxx
> work: Michael.Kay@xxxxxxxxxxxxxx 
> 
> > -----Original Message-----
> > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> > 1alp@xxxxxx
> > Sent: 09 October 2002 13:41
> > To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> > Subject: [xsl] Saxon get starting but cancle again! 
> > 
> > 
> > (I'm not deviated from matter, because i did'nt find speciall 
> > Forum for
> > Parser!)
> > I try to run Saxon with a Visual Basic programm(VB for 
> > Windows). When i run VB programm it begin to Start Saxon and 
> > cancel again!! I know, that saxon is not a "Self executable 
> > Programm" and use DOS to get starting. (it must be ececuted 
> > from Dos Box. for example: c:\saxondir\saxon -o foo.txt 
> > foo.xml foo.xsl) Is there generally a way to do it?Maybe other Parser?
> > 
> > Thanks in Advance!
> > 
> > dama
> > 
> > -- 
> > +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> > NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
> > 
> > 
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> > 
> > 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


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


Current Thread