1. Question: What are the jobs of XML processor?

    A
    To parse.

    B
    To validate.

    C
    Reading and Writing.

    D
    parsing and validating.

    Note: Not available
    1. Report
  2. Question: <!ELEMENT modification (change+)> According to this definition, which of the following statement or statements are true?

    A
    modification may have one child change

    B
    modification may not have any child change

    C
    modification may have more than one child change

    D
    all of the above

    Note: Not available
    1. Report
  3. Question: Consider the fillowing DTD declarations <!ELEMENT company (#PCDATA) > <!ATTLIST company id CDATA #IMPLIED > According to this declarations, find the valid xml for company element.

    A
    <company id=”HTCL”>Hi-Tech Systems</company>

    B
    <company>Hi-Tech Systems</company>

    C
    <company id=””>Hi-Tech Systems</company>

    D
    None

    Note: Not available
    1. Report
  4. Question: To associate an XML document with a DTD schema in a public place on a server with URI http://www.htcsl.com/hr/name.dtd, which of the following is the valid syntax?

    A
    <!DOCTYPE names PUBLIC "http://www.htcsl.com/hr/name.dtd">;

    B
    <!DOCTYPE names SYSTEM "http://www.htcsl.com/hr/name.dtd">;

    C
    <!DOCTYPE PUBLIC "http://www.htcsl.com/hr/name.dtd">;

    D
    <!DOCTYPE SYSTEM "http://www.htcsl.com/hr/name.dtd">;

    Note: Not available
    1. Report
  5. Question: Which acts a middle layer between the data and the display mechanism?

    A
    Processor.

    B
    Browser.

    C
    Element.

    D
    Above all.

    Note: Not available
    1. Report
  6. Question: Consider the fillowing DTD declarations <!ELEMENT name ( first, last) > <!ELEMENT first (#PCDATA) > <!ELEMENT last (#PCDATA) > According to above declarations which of the following is or are valid for name element?

    A
    <name> <first>Shaz</first> <last /> </name>

    B
    <name> <first></first> <last>Amin</last </name>

    C
    <name> <first>Shaz</first> </name>

    D
    <name> <last>amin<last> <first>shaz</last> </name>

    Note: Not available
    1. Report
  7. Question: Which template allows a specific pattern of data?

    A
    Multiple templates

    B
    Pattern template

    C
    Document template

    D
    Single template

    Note: Not available
    1. Report
  8. Question: XSL is a formatting language built specially for used by….

    A
    SGML

    B
    SMIL

    C
    XLL

    D
    XML

    Note: Not available
    1. Report
  9. Question: Which is XSL method?

    A
    Unique id

    B
    Unique name

    C
    FormatDate

    D
    ElementIndex

    Note: Not available
    1. Report
  10. Question: To sort in XSL, we include the order-by attribute with …

    A
    axsl:for-all element

    B
    xsl:apply-element

    C
    xsl:apply-templates

    D
    xsl:for each element

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd