in reply to Re^3: Validating XML file with XML::Schematron::LibXSLT
in thread Validating XML file with XML::Schematron::LibXSLT
XML::XPath is not installed. I will install it and lets see what happens.ok 1 - use XML::Schematron; ok 2 # skip XML::XPath not installed ok 3 - 'Schematron instance created' isa 'XML::Schematron' Could not create file parser context for file "t\data\order.scm": No s +uch file o r directory at C:/strawberry/perl/vendor/lib/XML/LibXML/SAX.pm line 10 +1. at C:/strawberry/perl/site/lib/XML/Schematron/Schema.pm line 44. # Tests were run but no plan was declared and done_testing() was not s +een. # Looks like your test exited with 2 just after 3.
ok 1 - use XML::Schematron; ok 2 - 'Schematron instance created' isa 'XML::Schematron' Cannot open file 't/data/order.xml' at C:/strawberry/perl/site/lib/XML +/XPath.pm line 53. # Tests were run but no plan was declared and done_testing() was not s +een. # Looks like your test exited with 2 just after 2.
--> Working on XML::Schematron::LibXSLT Fetching http://www.cpan.org/authors/id/K/KH/KHAMPTON/XML-Schematron-1 +.09.tar.gz ... OK Configuring XML-Schematron-1.09 ... OK Building and testing XML-Schematron-1.09 ... OK Successfully tested XML-Schematron-1.09
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Validating XML file with XML::Schematron::LibXSLT
by Anonymous Monk on Jul 28, 2014 at 22:37 UTC | |
by hiruzen (Novice) on Jul 30, 2014 at 05:22 UTC | |
by Anonymous Monk on Jul 30, 2014 at 07:11 UTC |