diff options
author | hansp <hansp> | 2001-07-10 21:35:08 +0000 |
---|---|---|
committer | hansp <hansp> | 2001-07-10 21:35:08 +0000 |
commit | 627fa9f11a5e9ec4a9a31e0b16a7da760c04b151 (patch) | |
tree | 97c2084479a9b4cb92bfea9208487e8f12409649 /test.pl | |
parent | 76fc825795e71d69ecce68e6252b9141e4edaadb (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-x | test.pl | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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"; |