Your message dated Sat, 08 Sep 2007 18:01:15 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441302: ITP: getxpath -- extract a value from a XML file 
using a XPATH expression
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wnpp
Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
Severity: wishlist

* Package name    : getxpath
  Version         : 0.4.0
  Upstream Author : Loic Dachary
* URL or Web page : http://specs.dachary.org/getxpath/
* License         : GNU GPLv2 or later
  Description     : extract a value from a XML file using a XPATH expression

getxpath(1)                                                         getxpath(1)

NAME
       getxpath - extract a value from a XML file using a XPATH expression

SYNOPSIS
       getxpath xpath [selector] xmlfile

DESCRIPTION
       extract  a  value  from a xmlfile element or attribute based on an xpath
       expression. By default the return value is the selector  .   unless  the
       selector argument was given.

       xmlfile can be a URL or a pathname.

EXAMPLES
       $ cat file.xml
       <what> yes </what>
       $ getxpath /what file://file.xml
        yes

       $ cat file.xml
       <what att="one"><is/></what>
       $ getxpath /what/is ../@att file://file.xml
       one

       $ getxpath /what http://localhost/file.xml
        yes

AUTHORS
       Loic Dachary <[EMAIL PROTECTED]>

                                     local                          getxpath(1)


--- End Message ---
--- Begin Message ---
Filippo Giunchedi <[EMAIL PROTECTED]> writes:

> Hi,
>
> On Sat, Sep 08, 2007 at 01:37:37PM +0200, Loic Dachary wrote:
>> Package: wnpp
>> Owner: Loic Dachary (OuoU) <[EMAIL PROTECTED]>
>> Severity: wishlist
>> 
>> * Package name    : getxpath
>>   Version         : 0.4.0
>>   Upstream Author : Loic Dachary
>> * URL or Web page : http://specs.dachary.org/getxpath/
>> * License         : GNU GPLv2 or later
>>   Description     : extract a value from a XML file using a XPATH expression
>
> how is this different from similar programs, say, xmlstarlet?

  It is not. I did not know about xmlstarlet and thanks a lot for it :-)

  Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
Latitude: 48.86962325498033 Longitude: 2.3623046278953552

--- End Message ---

Reply via email to