--- nfo/perl/libs/Data/Storage/Handler/Files.pm 2003/05/13 08:06:13 1.5 +++ nfo/perl/libs/Data/Storage/Handler/Files.pm 2003/05/13 16:34:26 1.6 @@ -1,7 +1,10 @@ ## ------------------------------------------------------------------------ -## $Id: Files.pm,v 1.5 2003/05/13 08:06:13 joko Exp $ +## $Id: Files.pm,v 1.6 2003/05/13 16:34:26 joko Exp $ ## ------------------------------------------------------------------------ ## $Log: Files.pm,v $ +## Revision 1.6 2003/05/13 16:34:26 joko +## don't use GUID when building xpq filter +## ## Revision 1.5 2003/05/13 08:06:13 joko ## filled "sub sendQuery": query xml document via XPath ## @@ -103,7 +106,7 @@ # map a GUID to a xml-name attribute which is searched anywhere ('*/*') #$xpq = '*/' . $query->{options}->{GUID} if (!$xpq && $query->{options}->{GUID}); - $xpq = '*/*[@name="' . $query->{options}->{GUID} . '"]' if (!$xpq && $query->{options}->{GUID}); + #$xpq = '*/*[@name="' . $query->{options}->{GUID} . '"]' if (!$xpq && $query->{options}->{GUID}); $xpq = '*' if !$xpq; #print "xpq: $xpq", "\n";