Re: [xml-dev] trang xml to rnc

From
Paul M <>
To
George Cristian Bina <>
Date
2009-05-29T17:47:47Z
ID
<>
Thread
Re: [xml-dev] trang xml to rnc
>ant  -lib /locallib/saxonsa9-1-0-2j

java.lang.ClassNotFoundException: com.icl.saxon.TransformerFactoryImpl

???
All I should need is to give it lib to jars

./                 saxon9-dom.jar     saxon9-sql.jar     saxon9.jar
../                saxon9-dom4j.jar   saxon9-xom.jar     saxon9sa-jaxp.jar
doc/               saxon9-jdom.jar    saxon9-xpath.jar   saxon9sa-qc.jar
notices/           saxon9-s9api.jar   saxon9-xqj.jar     saxon9sa.jar

--- On Fri, 5/29/09, George Cristian Bina <[email protected]> wrote:

From: George Cristian Bina <[email protected]>
Subject: Re: [xml-dev] trang xml to rnc
To: "Paul M" <[email protected]>
Cc: [email protected]
Date: Friday, May 29, 2009, 7:42 AM

Hi Paul,

Please try to see if you get this problem with the latest code from SVN
http://code.google.com/p/jing-trang/source/checkout
After you checkout the project all you need to get the jars is to run the ant script.

Best Regards,
George
-- George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

Paul M wrote:
> I am not sure, but how does one give trang xml files and have it generate a rnc or rng that is valid for all.
>
> java -jar trang.jar -I xml -O rng test1.xml testc.rng
>
> java.util.ConcurrentModificationException
>
> ???
>
>