The Artima Developer Community
Sponsored Link

Java Buzz Forum
Command line xpath script

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vik David

Posts: 144
Nickname: fairbiased
Registered: Jan, 2005

Vik David is an independant consultant in Washington, DC.
Command line xpath script Posted: Jan 10, 2007 10:04 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Vik David.
Original Post: Command line xpath script
Feed Title: The Fair And Biased Blog
Feed URL: http://blog.vikdavid.com/index.rdf
Feed Description: On Software Development and related program activities ...
Latest Java Buzz Posts
Latest Java Buzz Posts by Vik David
Latest Posts From The Fair And Biased Blog

Advertisement
Here's a script I've been using to run XPath queries from the command line. It's handy for unit testing. If your code does a lot of XPath stuff, it'll be useful to unit test the query without running the whole program. The script shown here is simple, free, and only requires the free Ruby runtime. .S0 { color: #808080; } .S1 { font-family: 'Comic Sans MS'; color: #007F00; font-size: 9pt; } .S2 { color: #007F7F; } .S3 { font-family: 'Courier New'; color: #7F007F; font-size: 10pt; } .S4 { font-family: 'Courier...

Read: Command line xpath script

Topic: Reverse-engineering user reviews Previous Topic   Next Topic Topic: My Experience in Setting Up DNS Servers on Linux And Free DNS Server ZoneEdit

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use