<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="0.3"
xsi:noNamespaceSchemaLocation="csc513news.xsd">
The value of attribute version does not need to be "2.0", and the value of attribute
xsi:noNamespaceSchemaLocation does not need to be "csc513news2.xsd",
as long as the output XML can be validated by csc513news2.xsdjava net.sf.saxon.Query chang.xq
java -cp saxon8.jar net.sf.saxon.Query chang.xq
java -cp saxon8.jar net.sf.saxon.Query chang.xq > chang.xml
In this assignment, you will be transforming from one XML format to another via XQuery. Write an XQuery to transform csc513news.xml (xsd) into csc513news2.xml (xsd).