[Home] [By Thread] [By Date] [Recent Entries]

  • To: xml-dev mailing list <xml-dev@l...>
  • Subject: find with XPath over file system
  • From: Oleg Paraschenko <usenet@d...>
  • Date: Wed, 26 Jan 2005 17:03:20 +0300
  • Organization: DataHansa Software

  Hello,

  might be of some interest:

find with XPath over file system
http://uucode.com/texts/xfind/index.html

<quote>

The standard UNIX utility "find" now supports XPath:

$ ./find -xpath '/bin/*[@size > /bin/bash/@size]'
/bin/ipv6calc
/bin/rpm

XML can be considered as an external representation of in-memory
tree-like structures, and the XML-related standards -- as methods of
processing such data. I'm working on a reusable XPath implementation,
and the new find is a reference implementation for adding XPath into
the C programs.

</quote>

  Your comments are welcome.


  Regards, Oleg

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member