From b375addd8ce9048e0c85ddcd34276a81145ddd7d Mon Sep 17 00:00:00 2001 From: James Shaw Date: Sat, 21 Jul 2007 16:28:14 +0000 Subject: Add cast for attribute result variable svn path=/trunk/dom/; revision=3451 --- test/xml/documentcreateelement.xml | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 test/xml/documentcreateelement.xml (limited to 'test/xml/documentcreateelement.xml') diff --git a/test/xml/documentcreateelement.xml b/test/xml/documentcreateelement.xml new file mode 100644 index 0000000..9139ad2 --- /dev/null +++ b/test/xml/documentcreateelement.xml @@ -0,0 +1,44 @@ + + + + + +documentCreateElement +NIST + + The "createElement(tagName)" method creates an Element + of the type specified. + Retrieve the entire DOM document and invoke its + "createElement(tagName)" method with tagName="address". + The method should create an instance of an Element node + whose tagName is "address". The NodeName, NodeType + and NodeValue are returned. + +Mary Brady +2001-08-17 + + + + + + + + + + + + + + + + -- cgit v1.2.3