[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: newline/form feed valid as attribute value?

  • From: "G. Ken Holman" <gkholman@CraneSoftwrights.com>
  • To: xml-dev@lists.xml.org
  • Date: Mon, 02 Jul 2012 15:51:40 -0300

Re:  newline/form feed valid as attribute value?
At 2012-07-02 20:48 +0200, Dan Shelton wrote:
>Does anyone here know whether newlines, form feed or vertical feed are
>valid within an attribute value (I hope not, otherwise it would make
>it a lot harder to write a fast xml parser using regex alone)?

A naked newline (or any other line ending sequence normalized to a 
naked newline) in an attribute value is converted to a space:

   http://www.w3.org/TR/2008/REC-xml-20081126/#AVNormalize

Tab and carriage return are the only other control characters allowed 
in XML 1.0:

   http://www.w3.org/TR/2008/REC-xml-20081126/#NT-Char

If you want all other control characters except NUL, use XML 1.1:

   http://www.w3.org/TR/2008/REC-xml-20081126/#NT-Char

For a client of mine who needed to feed a legacy print application I 
had to write one of my stylesheet fragments in XML 1.1 in order to 
get the control characters they needed:

   http://sportsmlt.svn.sourceforge.net/viewvc/sportsmlt/2.0/support/sportsmlt2-character.xsl?revision=13&view=markup

I hope this helps.

. . . . . . . . . Ken


--
Public XSLT, XSL-FO, UBL and code list classes in Europe -- Oct 2012
Contact us for world-wide XML consulting and instructor-led training
Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm
Crane Softwrights Ltd.            http://www.CraneSoftwrights.com/x/
G. Ken Holman                   mailto:gkholman@CraneSoftwrights.com
Google+ profile: https://plus.google.com/116832879756988317389/about
Legal business disclaimers:    http://www.CraneSoftwrights.com/legal



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.