Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
18
19
20
createDocument06
21
NIST
22
23
  The "createDocument(namespaceURI,qualifiedName,doctype)" method for a
24
  DOMImplementation should raise NAMESPACE_ERR DOMException
25
  if qualifiedName has the "xml" prefix and namespaceURI different from
26
  "http://www.w3.org/XML/1998/namespace"
27
 
28
  Invoke method createDocument(namespaceURI,qualifiedName,doctype) on
29
  this domimplementation with qualifiedName "xml:local"
30
  and namespaceURI as the string
31
  "http://www.ecommerce.org/schema" (which is different from the required
32
  "http://www.w3.org/XML/1998/namespace"). Method should raise
33
  NAMESPACE_ERR DOMException.
34
35
Mary Brady
36
2001-08-17
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54