[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lojban] Lojban parse tree to XML
- To: lojban-list@lojban.org
- Subject: Re: [lojban] Lojban parse tree to XML
- From: Philip Newton <philip.newton@gmail.com>
- Date: Sat, 29 Jan 2005 11:11:29 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=SJp+6cYexmS3R6yUQOQF8Yyko7NVplKO77b+vVMTIQRVWm1O6KKTOtGsLSdrhT04RKeN3ACwn/UxWlccc7SxqzQWv1gl/xqnnKL1iPrZ1SwWUtGwSQsbeeGvZCVwV0Zm3fkPL90m6Z5cmCJucBnSADIo94/aHtugr4O3EJx4I68=
- In-reply-to: <41FAD162.4010702@eubot.com>
- References: <41FAD162.4010702@eubot.com>
- Reply-to: Philip Newton <philip.newton@gmail.com>
On Fri, 28 Jan 2005 18:57:22 -0500, Brian Eubanks <jorne@eubot.com> wrote:
> Here is an example usage:
>
> cat example-lojban.txt | java -jar loj2xml.jar > output-file.xml
>
> (On Windows, replace "cat" with "type".)
Or on both Windows and Unix, you should be able to say
java -jar loj2xml.jar < example-lojban.txt > output-file.xml
(In general "cat filename |" should make you suspicious -- nearly
invariably, this can be replaced with "< filename" [which has to be
after the command and arguments in Windows, but can come before in
Unix], which also saves you starting a separate process for cat.)
mu'o mi'e .filip.
--
Philip Newton <philip.newton@gmail.com>