Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
attrCreateDocumentFragment
17
NIST
18
19
    Attr nodes may be associated with Element nodes contained within a DocumentFragment.
20
  Create a new DocumentFragment and add a newly created Element node(with one attribute).
21
  Once the element is added, its attribute should be available as an attribute associated
22
  with an Element within a DocumentFragment.
23
24
Mary Brady
25
2001-08-17
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51