Solved

Jeremy Has Been Using XML to Organize Data for a Company

Question 81

Multiple Choice

Jeremy has been using XML to organize data for a company that manufactures medical devices. He knows you have experience writing XML data to an output file using XSLT and XPath, and asks for your help improving the display of his data.
-Jeremy has installed Java and the Saxon XSLT processor. He has developed a style sheet named devices.xsl , and would like to use it to transform his devices.xml file into a web page named devices.html he can display in a browser. However, he is unsure which command to enter to execute this process. Which command do you tell him to use to transform the file correctly?


A) java net.sf.saxon.Transform devices.xml devices.xsl -o:devices.html
B) Transform devices.xml devices.xsl -o:devices.html
C) java net.sf.saxon.Transform devices -s:.*xml -xsl:*.xsl -o:*.html
D) Transform devices -s:.*xml -xsl:*.xsl -o:*.html

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions