summaryrefslogtreecommitdiff
path: root/test.pl
diff options
context:
space:
mode:
authorhansp <hansp>2001-07-10 21:35:08 +0000
committerhansp <hansp>2001-07-10 21:35:08 +0000
commit627fa9f11a5e9ec4a9a31e0b16a7da760c04b151 (patch)
tree97c2084479a9b4cb92bfea9208487e8f12409649 /test.pl
parent76fc825795e71d69ecce68e6252b9141e4edaadb (diff)
2001-07-10 Hans Petter Jansson <hpj@ximian.com>
* xml.pl.in (xst_xml_get_attribute): Implement. * parse.pl.in (xst_parse_xml): Implement in full.
Diffstat (limited to 'test.pl')
-rwxr-xr-xtest.pl7
1 files changed, 5 insertions, 2 deletions
diff --git a/test.pl b/test.pl
index 4cd6071..f378cd7 100755
--- a/test.pl
+++ b/test.pl
@@ -96,5 +96,8 @@ sub test_interfaces
# ---
-$tree = &xst_xml_scan ("/etc/alchemist/namespace/printconf/local.adl");
-&xst_debug_print_struct ($tree);
+# $tree = &xst_xml_scan ("/etc/alchemist/namespace/printconf/local.adl");
+# &xst_debug_print_struct ($tree);
+
+print &xst_parse_xml ("/etc/alchemist/namespace/printconf/local.adl",
+ "/adm_context/datatree/printconf/print_queues/lpekk/filter_type", "VALUE") . "\n";