xsl-list
[Top] [All Lists]

Re: [xsl] [newbie] no output for othello play , no nt.xml in the distro

2007-03-23 07:55:54

Le 23 mars 07 à 15:22, Michael Kay a écrit :


Add the -t option and it will tell you where it's put the output files.

yes, fine thanks i was stupid for that arg )))

the files where laying in :

/playhtml

thought it's strange because normally with java a dir named "playhtml" is only a relative path

it has been somehow translated internally to /playhtml (i'm running under MaacOS X the latest)

may be it would be better using an arg like that :

./playhtml

or, even the absolute path :

"/Users/yt/work/XSLT2/essais/playhtml"

anyway i could arrange myself with such little things !




also i wanted to try-out the next axample "The Bible" but was
unable to find the input nt.xml.


The documentation at

http://www.saxonica.com/documentation/samples/bible.html

yes i was following a locl version of this page, normally the file nt.xml would have to be in :

data/nt.xml

in that folder data/ i do have only :

~/work/XSLT2/saxon-resources8-9/samples/data%> ls
books.dtd       books.xml       books.xsd       othello.xml     play.dtd


may be i could find it browsing the svn rep !


NOPe; it isn't under https://saxon.svn.sourceforge.net/svnroot/saxon


a question out of list subject I'm able to connect easely to the svn rep from command line using :

svn co https://saxon.svn.sourceforge.net/svnroot/saxon saxon

but i have also a GUI client for svn which asks for an URI starting with svn:// , i don't know how to translate the https:// one to the svn:// one.


i've tried something like :

svn://saxon.svn.sourceforge.net/svnroot/saxon

but the client said the server asks for a login/pass...

may be that's because the client is able to upload, then, that's clear...

or as with ftp could i use anonymous + my email as the password ?

thanks a lot for you reply !

Yvon
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--