| -----Original Message-----
 | From: [EMAIL PROTECTED] 
 | [mailto:[EMAIL PROTECTED]
 | Behalf Of Lars Martin
 | Sent: dinsdag 29 oktober 2002 09:56
 | To: [EMAIL PROTECTED]
 | Cc: Nathan Hulse
 | Subject: Fw: Lexus question.....

Hi Nathan,

 | I'm just a beginner with Lexus, but I'd really like to figure out
 | how to use it... I've never used Lexus or Xalan before, but I've
 | downloaded the software, and just need to know what to type in at the
 | command prompt.  How do I acutally process the updates? 

One way to perform a XUpdate querie is using ant by calling

ant xupdate -Dupdate="xupdatedocument.xml" -Ddocument="xmldocument.xml"
(without the quotes)

Another way is call XUpdateQueryImpl directly

java -classpath "yourclasspath" org.xmldb.xupdate.lexus.XUpdateQueryImpl
"xupdatedocument.xml" "xmldocument.xml" (without the quotes)

Remember to include the necessary jars in yourclasspath

Another way of course is calling it directly from a java application.
Look in the main method of XUpdateQueryImpl how to do that.

regards,

Jeroen Breedveld

--

X-Hive Corporation
e-mail: [EMAIL PROTECTED]
phone: +31 10 7108622
http://www.x-hive.com

----------------------------------------------------------------------
Post a message:         mailto:[EMAIL PROTECTED]
Unsubscribe:            mailto:[EMAIL PROTECTED]
Contact administrator:  mailto:[EMAIL PROTECTED]
Read archived messages: http://archive.xmldb.org/
----------------------------------------------------------------------

Reply via email to