0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected over 1 year ago.
Sep 30, 2021 — Sep 30, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Achieved milestone with libxml2 implementation. Event model supported. Additional node methods: path, parent, children, etc. More... about 22 years ago
Better copying of xmlDoc's. Make sure xmlDoc's URL field gets copied too. More... about 22 years ago
Added xslt::compile command. Allocate string rep for compiled stylesheets. More robust compilation. More... about 22 years ago
Changed [dom::element removeAttribute $node $att] to match documentation: No longer raises an error if $att is not currently present.
Joe English
as jenglish
More... about 22 years ago
Debugging transformation. More... about 22 years ago
Fixed bug in document handling. More... about 22 years ago
Removed generated files. More... about 22 years ago
Fixed buggy TclDOM_GetDocFromObj and TclDOM_GetNodeFromObj. More... about 22 years ago
Patched buggy register command. More... about 22 years ago
Added DocBook documentation. Improvements to libxml2 and generic layer. More... about 22 years ago
Further updates to package version numbers. More... about 22 years ago
Added function implementations to libxml2 wrapper. Made createNode implementation generic. More... about 22 years ago
Updated tests for v1.1 More... about 22 years ago
Finished integration with TclDOM-libxml2. More... about 22 years ago
Integrated with TclDOM-libxml2. Not quite working yet. More... about 22 years ago
Changes to accommodate TclXSLT More... about 22 years ago
Completed changes to expose interfaces to TclXSLT. Improved build and installation script. More... about 22 years ago
Integratation with new TclDOM-libxml2 More... about 22 years ago
Further updates to accommodate TclXSLT More... about 22 years ago
Merged Andreas' changes. Exposed libxml2 object types and functions (for TclXSLT). More... about 22 years ago
* A number of changes to the new toplevel Makefile and configure.in to get it to compile. This fixes Bug SF #521570. More... about 22 years ago
Updates for TIP 27 (CONST correctness)
Joe English
as jenglish
More... about 22 years ago
Implemented -externalentitycommand option for parsing command. More... about 22 years ago
Creation, parsing and serialization now work. More... over 22 years ago
* Makefile.in (install-lib-binaries): Changed INSTALL_DATA to INSTALL_PROGRAM to prevent the copy operation from removing the executable flag for libraries on platforms which do need it. Like HPUX. More... over 22 years ago
Milestone in libxml2 wrapper development. dom::libxml2 package can be loaded: create, parse and serialize are working. More... over 22 years ago
Implementing generic layer. Preparing configuration for libxml2 implementation. More... over 22 years ago
These implement the generic layer More... over 22 years ago
Implementing generic layer for TclDOM. More... over 22 years ago
* tclxml.c (TclXMLConfigureParserInstance): Copied code from "TclXMLInstanceConfigure" providing the clientdata/instance name to the parser to configure. This fixes bug 514045. More... over 22 years ago