Unexpected LineFeeds in MSCX
Sometimes text elements in the MSCX files have a LineFeed character before the closing tag and sometimes they don't.
Is this by design or is it a bug?
Sometimes text elements in the MSCX files have a LineFeed character before the closing tag and sometimes they don't.
Is this by design or is it a bug?
Do you still have an unanswered question? Please log in first to post your question.
Comments
It is a text element and that can have line breaks, so yes, that is normal.and by design.
In this particular case though probably a user error
In reply to It is a text element and… by Jojo-Schmitz
Thanks, that makes sense now. These instances are indeed user errors, (mine), but I have found some valid ones later on in a vertical frame. I'm writing a plugout which just processes the XML line-by-line rather than parsing it as XML so I'll have to take care with these embedded linefeeds.