summaryrefslogtreecommitdiff
path: root/xml.pl.in
diff options
context:
space:
mode:
authorhansp <hansp>2001-07-18 21:05:50 +0000
committerhansp <hansp>2001-07-18 21:05:50 +0000
commit0db91f1ea65c198fa318b7ecef39804aa3d28100 (patch)
treeb5212131327a270f401e696bc3a360a740b7ccba /xml.pl.in
parentfb00ce05059e46c5e9d448db9670a06398d75551 (diff)
2001-07-18 Hans Petter Jansson <hpj@ximian.com>
* replace.pl.in (xst_replace_alchemist): Implement. Top-level function for replacing alchemist data.
Diffstat (limited to 'xml.pl.in')
-rw-r--r--xml.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml.pl.in b/xml.pl.in
index 6347316..869345a 100644
--- a/xml.pl.in
+++ b/xml.pl.in
@@ -555,7 +555,7 @@ sub xst_xml_model_scan # (file) If no file specified, reads stdin.
@xst_xml_scan_list = ($doc =~ /([^\<]*)(\<[^\>]*\>)/mg); # pcdata, tag, pcdata, tag, ...
$tree = &xst_xml_model_scan_recurse;
- return ($tree, $compressed);
+ return $tree, $compressed;
}
# Quote/unquote.