Summary


XML documents are an important way to share and store data. You can use ColdFusion tags and functions to read and write XML, as well as to perform searches, apply XSL transformations, and more. ColdFusion uses a structure to contain hierarchical representations of XML that simplify data access and manipulation.

Sample Questions

1:

Which of the following CFML language elements create XML Document Objects? (select two)

  1. <cfxml>

  2. XMLParse()

  3. XMLSearch()

  4. XMLFormat()

2:

Which function is used to convert an XML Document Object to its string representation?

  1. XMLFormat()

  2. XMLParse()

  3. ToXML()

  4. ToString()

3:

Which of the following statements are true? (select two)

  1. XML documents may be case-sensitive.

  2. XML documents are in a binary format.

  3. XML documents contain page-formatting information.

  4. XML documents must be well formed.



Macromedia ColdFusion MX 7 Certified Developer Study Guide
Macromedia ColdFusion MX 7 Certified Developer Study Guide
ISBN: 0321330110
EAN: 2147483647
Year: 2004
Pages: 389
Authors: Ben Forta

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net