jwiesel / sfdcCommander

Helper for salesforce.com administrators. Download metadata, gernerate technical documentations and backup the database of an Org.
MIT License
17 stars 5 forks source link

Fix namespace issue in XML-Transformer #5

Closed jwiesel closed 8 years ago

jwiesel commented 8 years ago

The Java XML-Transformer adds an empty "xmlns" to every child of a "CustomObject" which is enriched with standard fields. The xmlns should not be added. The XSLT filters by namespace and therefore generated empty techDocu pages.