How to set the errorlistener to silent in xslt command?
8 views (last 30 days)
Show older comments
when i tries to execute the command
xslt('x.xml','y.xsl','z.xml') i am getting an error like "Recoverable error Ambiguous rule match for /Documentation[1]/Topic[1]/Topic[1]/text()[1] Matches both "text()" on line 12 of <file:///D:/official/ETASActivity/FinalVersion/demo/AddLineBrkTag.xsl> and "node()|@*" on line 6 of <file:///D:/official/ETASActivity/FinalVersion/demo/AddLineBrkTag.xsl>"
Is it possible to suppress this error by setting the errorlistener to silent.How to do it using the xslt command.
0 Comments
Answers (0)
See Also
Categories
Find more on Argument Definitions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!