28 Nov
2008
28 Nov
'08
6:20 p.m.
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