Replace z:meta node with embedded record instead of adding it.
[idzebra-moved-to-github.git] / test / xslt / dom1.c
index 10c4834..957b83a 100644 (file)
@@ -80,10 +80,9 @@ void tst(int argc, char **argv)
                      zh, "snippet", yaz_oid_recsyn_xml,
                      "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
                      "<root>\n"
-                     "  <z:meta xmlns:z=\"http://indexdata.com/zebra-2.0\" name=\"snippet\">"
-                     "<record xmlns=\"http://www.indexdata.com/zebra/\">\n"
+                     "  <record xmlns=\"http://www.indexdata.com/zebra/\">\n"
                      "  <snippet name=\"title\" type=\"w\">How to program a <s>computer</s></snippet>\n"
-                     "</record></z:meta>\n"
+                     "</record>\n"
                      "  <title>How to program a computer</title>\n"
                      "</root>\n"),
                  ZEBRA_OK);