Exam Code : I10-001
Exam Name : XML Master Basic V2
Vendor Name :
"XML-Master"
I10-001 Dumps
I10-001 Braindumps I10-001 Real Questions I10-001 Practice Test
I10-001 Actual Questions
killexams.com
XML Master Basic V2
https://killexams.com/pass4sure/exam-detail/I10-001
Select which of the following is correct with regard to using a multiple number of character encoding types in a single XML document that contains no external references.
Attach encoding element attributes to the element.
Attach encoding attributes for each element in the DTD. C. Use UTF-8 or UTF-16.
D. A multiple number of character encoding types cannot be used. W Courier Newlr Z
With respect to XML 1. 0, select which character encoding (encoding value for the XML declaration) that an XML processor absolutely must be able to process.
Shift_JIS
JIS
EUC-JP
UTF-8W Courier Newlr Z
Select which of the following is correct with respect to designating XML document character encoding output via XSLT.
The output XML document character encoding is the same as the original XML document.
The output XML document character encoding is the same as the XSLT stylesheet.
Use xsl:output instructions to set the character encoding.
The character encoding for the XML document of the transformation results cannot be designated. W Courier Newlr Z
Press the Exhibit button to view and transform "Transformation Source XML Document". Select the answer that correctly describes what belongs in (1) in the "XSLT Stylesheet" to derive "Post- Transformation XML
Document". [XSLT Stylesheet]
<xsl:stylesheet version="1. 0" xmlns:xsl="http://www. w3. org/1999/xsl/Transform">
<xsl:template match="/">
<product>
<xsl:apply-templates select="(1) "/>
</product>
</xsl:template>
<xsl:template match="name">
<xsl:value-of select=". "/>
</xsl:template>
</xsl:stylesheet>
//name
/name
product/name
/productW Courier Newlr Z
Select which of the following is an XSLT instruction to create a new node in a resulting XML document.
xsl:attribute
xsl:cdata
xsl:element
xsl:entityW Courier Newlr Z
Press the Exhibit button to view the external DTD subset "prod. dtd". Select which of the following correctly describes a valid XML document when the external DTD subset "prod. dtd" file is generated.
<?xml version="1. 0"?>
<!DOCTYPE product SYSTEM "prod. dtd">
<product>
<name/>
<price/>
</product>
<?xml version="1. 0"?>
<!DOCTYPE product SYSTEM "prod. dtd">
<product>
<name>
<price/>
</name>
</product>
<?xml version="1. 0"?>
<!DOCTYPE product SYSTEM "prod. dtd">
<product>
<price/>
<name/>
</product>
<?xml version="1. 0"?>
<!DOCTYPE product SYSTEM "prod. dtd">
<product>
<name/>
</product>
<?xml version="1. 0"?>
<!DOCTYPE product SYSTEM "prod. dtd">
<product>
<price/>
</product>W Courier Newlr Z