[NTG-context] MkIV gobbles text in xml files
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Fri Nov 28 19:20:33 CET 2008
A non-text attachment was scrubbed...
Name: xml.xml
Type: text/xml
Size: 205 bytes
Desc: not available
Url : http://www.ntg.nl/pipermail/ntg-context/attachments/20081128/c16211cf/attachment.xml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xml.tex
Type: application/octet-stream
Size: 282 bytes
Desc: not available
Url : http://www.ntg.nl/pipermail/ntg-context/attachments/20081128/c16211cf/attachment.obj
-------------- next part --------------
Hi,
I was able to reproduce Thomas problem with xml files.
Part of his text was missing because he had a space after his <sln/>
element in the file which caused ConTeXt to gobble the following text
till the end of the paragraph.
In the following text the second line in the second paragraph has
a space at the end of the line and the two lines with b's did not
appear in the output (test files are attached).
<?xml version="1.0" encoding="utf-8"?>
<document>
<p>
aaaa aaaa aaaa
aaaa aaaa aaaa
bbbb bbbb bbbb
bbbb bbbb bbbb
</p>
<p>
aaaa aaaa aaaa
aaaa aaaa aaaa
bbbb bbbb bbbb
bbbb bbbb bbbb
</p>
</document>
Wolfgang
More information about the ntg-context
mailing list