search for: 5fattribute

Displaying 2 results from an estimated 2 matches for "5fattribute".

2007 Oct 13
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c test/trace
....xml Success: true --- -788 -788 +820 +820 docTypeDecl: <!DOCTYPE foo [ <!ENTITY greeting "hello"> ]> ignoreWhite: true loaded: true @@ -301,7 +301,7 @@ nextSibling: undefined previousSibling: TAG(1): 'empty_element' childNodes: 0: --- -attributes: 1: entities%5Fattribute=%3C%20%3E%20%22%20%27%20%26 +attributes: 1: entities%5Fattribute=%3C%20%3E%20%22%20%27%20%26%20%C2%A0 localName: entities namespaceURI: nodeName: entities @@ -309,18 +309,18 @@ nodeType: 1 nodeValue: null prefix: parentNode: TAG(1): 'null' -firstChild: TEXT(3): '%0A%20%20%3C%20%...
2007 Dec 20
0
13 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c test/trace
...I: null +nodeName: null +nodeType: 3 +nodeValue: %0A%20%20text%0A%20%20 +prefix: null +parentNode: TAG(1): 'normal' +firstChild: undefined +lastChild: undefined +nextSibling: TAG(1): 'child' +previousSibling: undefined +childNodes: 0: +--- +attributes: 2: attribute=value&second%5Fattribute=second%20value +localName: child +namespaceURI: +nodeName: child +nodeType: 1 +nodeValue: null +prefix: +parentNode: TAG(1): 'normal' +firstChild: TEXT(3): '%0A%20%20%20%20child%20text%0A%20%20' +lastChild: TEXT(3): '%0A%20%20%20%20child%20text%0A%20%20' +nextSibling: TEXT...