What are these ???
Posted: Thu Jun 09, 2011 11:08 pm
I applied a transform I haven't used a while, this is an xml to xml transform.
For the first time I am now getting  inserted after every opening tag????
here is the original
here is the result doc
what am I doing wrong?
For the first time I am now getting  inserted after every opening tag????
here is the original
Code: Select all
<publicationStmt>
<publisher>The Writings of Mary Baker Eddy</publisher>
</publicationStmt>
<sourceDesc>
<p>Digital edition derived from Windows Concord markup.</p>
<p>
<msDesc>
<msIdentifier/>
<physDesc>
<objectDesc>
<p>
A complete description of the TEI structure used in this docment can be found
in the associated books/doc/"tei-Unity.doc" file.
</p>
Code: Select all
<publicationStmt>
<publisher>The Writings of Mary Baker Eddy</publisher>
</publicationStmt>
<sourceDesc>
<p>Digital edition derived from Windows Concord markup.</p>
<p>
<msDesc>
<msIdentifier/>
<physDesc>
<objectDesc>
<p>
A complete description of the TEI structure used in this docment can be found
in the associated books/doc/"tei-Unity.doc" file.
</p>