Note that there are some explanatory texts on larger screens.

plurals
  1. POError occurring in command promt while sending command for generating xslt reports
    primarykey
    data
    text
    <p>can anyone please help me on this .</p> <p>I am trying to generate xslt reports using ANT and testng.</p> <p>I amd using eclipse and have created the project successfully and all the test cases which is running successfully using testNG and reports are also generating.</p> <p>Now I want to generate reports using ANT , for this I have configures ANT in my system successfully and all other thing (build.xml) are also running fine, TILL , I type "ant makexsltreports" in command prompt on this point it is throwing the below error in command prompt :- </p> <p>BUILD FAILED D:\Projects\Projectname\Selenium\Workspace\build.xml:111: Fatal error during trans formation using D:\Projects\Projectname\Selenium\Workspace\src\testing\xslt\testng -results.xsl: org.xml.sax.SAXParseException; systemId: file:/D:/Projects/Plumsli ce/Selenium/Workspace/src/testing/xslt/testng-results.xsl; lineNumber: 27; colum nNumber: 72; Attribute name "data-pjax-transient" associated with an element typ e "meta" must be followed by the ' = ' character.</p> <p>now , this is the 111 line in build.xml file : - out="${ws.home}/XSLT_Reports/output/index.html" classpathref="test.c" processor="SaxonLiaison"></p> <p>below is the build.xml file : -</p> <pre><code> &lt;target name="makexsltreports"&gt; &lt;mkdir dir="${ws.home}/XSLT_Reports/output"/&gt; &lt;xslt in="${ng.result}/testng-results.xml" style="src/com/testing/xslt/testng-results.xsl" out="${ws.home}/XSLT_Reports/output/index.html" classpathref="test.c" processor="SaxonLiaison"&gt; &lt;param name="testNgXslt.outputDir" expression="${ws.home}/XSLT_Reports/output/"/&gt; &lt;param name="testNgXslt.showRuntimeTotals" expression="true"/&gt; &lt;/xslt&gt; &lt;/target&gt; </code></pre> <p>And this is </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload