This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mysterious 'invalid character'


Garrick Besterwitch wrote:
> I have a problem while converting from XML to PDF with the newline character
> (\n) ..I tried using  ( &#hD;) ..but this did not work..any other solution
> please!!!.

"newline" is an overloaded and generic term, the meaning of which can
vary from OS to OS. Usually when people say newline, they really mean a
Unix newline, which is a single "linefeed" character: Unicode/ISO 10646
character #10. In XML you would refer to it as 
 or 
. Character
#13 (#xD) is a carriage return.

If 
 isn't sufficient, you'll have to better explain your problem.

   - Mike
____________________________________________________________________________
  mike j. brown, fourthought.com  |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  personal: http://hyperreal.org/~mike/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]