diff options
author | Gianni Ceccarelli <dakkar@dechirico.(none)> | 2009-03-20 15:13:59 +0100 |
---|---|---|
committer | Gianni Ceccarelli <dakkar@dechirico.(none)> | 2009-03-20 15:13:59 +0100 |
commit | 92f310bf8712f12dbc3717b2529df4694a073310 (patch) | |
tree | 0fb10a2e6bd7a3919395a6b66a4b6a883e6bdf14 /t/04-errors.t | |
parent | renaming merge (diff) | |
download | Tree-Transform-XSLTish-92f310bf8712f12dbc3717b2529df4694a073310.tar.gz Tree-Transform-XSLTish-92f310bf8712f12dbc3717b2529df4694a073310.tar.bz2 Tree-Transform-XSLTish-92f310bf8712f12dbc3717b2529df4694a073310.zip |
it's now possible to change the XPath engine for each transformer
added a test that uses XML::XPathEngine and HTML::TreeBuilder::XPath
Diffstat (limited to 't/04-errors.t')
-rw-r--r-- | t/04-errors.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/04-errors.t b/t/04-errors.t index 9e2903a..107c1bd 100644 --- a/t/04-errors.t +++ b/t/04-errors.t @@ -6,6 +6,7 @@ use warnings; use Tree::DAG_Node::XPath; sub Tree::DAG_Node::XPath::Root::xpath_get_root_node { return $_[0] } +sub Tree::DAG_Node::XPath::Root::xpath_get_parent_node { return } my $tree=Tree::DAG_Node::XPath->new(); $tree->name('base'); |