Help for this page

Select Code to Download


  1. or download this
         <?xml version="1.0" encoding="utf-8" ?>
         <propfind xmlns="DAV:">
           <propname/>
         </propfind>
    
  2. or download this
         <?xml version="1.0" encoding="utf-8" ?>
         <D:propfind xmlns:D="DAV:">
           <D:propname/>
         </D:propfind>
    
  3. or download this
    //propname
    
  4. or download this
    //DAV:propname
    
  5. or download this
    /propfind/propname
    
  6. or download this
    /DAV:propfind/DAV:propname
    
  7. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print "Failed \$xpath $xpath3\n";
    
    }
    
  8. or download this
    $txt1
    <?xml version="1.0" encoding="utf-8" ?>
    ...
    XML::LibXML::XPathContext::findnodes('/propfind/propname') 0 nodes
    $txt2 $xpath3 
    Failed $xpath /D:propfind/D:propname