- From: <bugzilla@jessica.w3.org>
- Date: Sun, 11 Mar 2012 03:19:40 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16311
Summary: newlines are an integral part of text mode
serialization too
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Serialization 3.0
AssignedTo: zongaro@ca.ibm.com
ReportedBy: jidanni@jidanni.org
QAContact: public-qt-comments@w3.org
In XML serialization, we can produce
<X>1</X>
<Y>2</Y>
output.
For TEXT mode serialization, it should be just as easy to get
1
2
output.
Mainly what I'm trying to say is in the world of TEXT mode, please don't just
offer an endless stream of items separated by SPACES. Instead remember that
TEXT mode is two dimensional: newlines and spaces!
Don't force the user to hardcode raw newlines in just to get them back out.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Sunday, 11 March 2012 03:19:42 UTC