Hi all,

I'm using org-babel to tangle XML documents. That works fine (thanks to help from Eric S. on this list yesterday), except it adds(?) space in the beginning (and end) of the output document and front of the xml declaration thus making an invalid XML document. Is it possible to trim this space?

My tangled file looks like:

--8<---------------cut here---------------start------------->8---



<?xml version="1.0" encoding="utf-8"?>
<XML></XML>


--8<---------------cut here---------------end------------->8---

I would prefer:

--8<---------------cut here---------------start------------->8---
<?xml version="1.0" encoding="utf-8"?>
<XML></XML>
--8<---------------cut here---------------end------------->8---


Thanks!
Martin


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to