xmlfs icon indicating copy to clipboard operation
xmlfs copied to clipboard

mount xml files as directory structures

Results 1 xmlfs issues
Sort by recently updated
recently updated
newest added

Valgrind reports invalid free()'s due to the xml_rootparent construct in 0.0.1. When using the xmlDoc's root node as xml_rootparent it seems fine. To view output: $ make clean; make CFLAGS="-g";...

bug