1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
this test has been moved More... almost 13 years ago
add test for fragment More... almost 13 years ago
add NodeSet More... almost 13 years ago
incomplete work More... almost 13 years ago
encoding test More... almost 13 years ago
return error if exists More... almost 13 years ago
return error if exists More... almost 13 years ago
add encoding test More... almost 13 years ago
updated test More... almost 13 years ago
use node's output fund More... almost 13 years ago
use node's serialization functions in document More... almost 13 years ago
change NewNode interface More... almost 13 years ago
finish fragment More... almost 13 years ago
create the document interface and XmlDocument and HtmlDocument types More... almost 13 years ago
update More... almost 13 years ago
reformate More... almost 13 years ago
building and testing instruction More... almost 13 years ago
xpath pkg More... almost 13 years ago
html Makefile More... almost 13 years ago
More on xml More... almost 13 years ago
add makefile and a trivial test More... almost 13 years ago
top level makefile More... almost 13 years ago
removed or renamed More... almost 13 years ago
This is hacky solution: essentially we create a html doc, and move all the content under <html>, instead of having all the content wrapped by <root> in an xml doc. That way, we still keep all the content one level lower than the root of the document, but can output the content in html format. More... almost 13 years ago
clean up the test a bit. the test not passing More... almost 13 years ago
fix the memory leaks for these tests More... almost 13 years ago
Be sure to pass the encoding to the xml doc when creating an HTMLFragment. This doesn't fix encoding issues w htmlfragments however. If you use an xml doc or html doc by itself, the encoding is fine, but if you append nodes from an htmldoc into the xmldoc, the encoding gets messed up. I made a test case to illustrate this More... almost 13 years ago
remove before you free! More... almost 13 years ago
a small update More... almost 13 years ago
Size only counts the number of element children More... almost 13 years ago