1. Question: <!ELEMENT modification (change*)> according to this definition, which of the following statement or statements are true?

    A
    modification will have only 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
  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: <!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
  4. 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
  5. 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
  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
Copyright © 2024. Powered by Intellect Software Ltd