Clear Filters
Clear Filters

How to set the errorlistener to silent in xslt command?

2 views (last 30 days)
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.

Answers (0)

Categories

Find more on Programming 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!