This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Newbie Q: Genealogy Example and Saxon


That was a typo (cut out part of the path to make it shorter and left an 
extra slash in).
There is no classpath problems. I can access Saxon.
Thanks though


>From: "Thomas B. Passin" <tpassin@mitretek.org>
>Reply-To: xsl-list@lists.mulberrytech.com
>To: <XSL-List@lists.mulberrytech.com>
>Subject: Re: [xsl] Newbie Q: Genealogy Example and Saxon
>Date: Thu, 30 Aug 2001 16:54:08 -0400
>
>If you command line was copied correctly, it has an error.
>
>c:\\jars\saxon.jar
>
>should be
>
>c:\jars\saxon.jar
>
>Otherwise, is the GED file(s) in the same directory that you are running
>from?
>
>Tom P
>
>[L Rutker]
>
> > I am trying to use the code in Michael Kay's book (second ed).
> > The first thing I tried was converting the gedcom to xml using the
> > GedcomParser.
> > Here is what I tried from the command line:
> > C:\family-tree>java -classpath c:\\jars\saxon.jar
>com.icl.saxon.StyleSheet
> > -x GedcomParser Kennedy.ged normalize.xsl >test.xml
> >
> > I am getting the error of "Failed to load GedcomParser" (see stack trace
> > below).
> > I tried it with both Sasxon 6.22 and 6.3.
> > I even tried recompiling the classes from the code that I downloaded 
>from
> > wrox.com The code compiled but the error didnt go away when I tried to 
>do
> > the transform.
> > What am I doing wrong?
> >
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]