The class org.w3c.dom.ElementTraversal is not available in the classpath at runtime. This could simply be because the .jar file containing it is not where you expect it to be. In Netbeans, this can depend on how you specify the jar library used, because that determines whether or not it gets...
python-3.x,manipulation,editing,odt
Well i figured it out. nd finished the program. I used a ezodf to create the file, then zipfile to extract and edit the content.xml and then repacked the whole thing via a nice >def thingy< from here. I tried to mess with etree...but i couldnt figure it out... from...
I have found XdocReport https://code.google.com/p/xdocreport/ and it does exactly what i'm looking for with complete documentation and samples.
TFS will let you check in any file, if it was a Sql Server database then you could have your c# code in one project and your sql code in another project in the same solution and then it would be really simple to check in all the code together....