[Bug 16311] newlines are an integral part of text mode serialization too

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16311

--- Comment #2 from jidanni@jidanni.org 2012-03-12 01:39:45 UTC ---
All I know is I see a genuine raw ASCII character number 10
reference staring me in the face above.

Please add some level of indirection so it looks more elegant.

I recall the HTTP spec mentions what 'newlines' should be.
Use that if there is no XML, HTML etc. spec for text newlines.
Isn't there some way to detect it automatically for the operating
system, so the user need only change it if detected wrong?

OK, so make CR LF the default, and OK then I will use your above
reference if I just want UNIX LFs. But at least make a default.

Anyway, just make sure that
<X>1 A</X>
<X>2 B</X>
output can become
1 A
2 B
with just the change of a Xquery header declaration, and _no_ other rewriting
of the
program.

With my above example, we see Jidanni (that's me) doesn't want _every_
space to become a newline...

-- 
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 Monday, 12 March 2012 01:39:54 UTC