Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #20835

Re: Problem w/ DocumentBuilder parse method

From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.programmer
Subject Re: Problem w/ DocumentBuilder parse method
Date 2012-12-31 14:09 -0800
Organization Canadian Mind Products
Message-ID <re04e8t6l4jql0blru3m0skbk3ct07kchf@4ax.com> (permalink)
References <0a82c44b-eec4-4ea8-92e2-af61192eee1a@googlegroups.com>

Show all headers | View raw


On Sun, 30 Dec 2012 11:30:24 -0800 (PST), "John L."
<johnlarew@sbcglobal.net> wrote, quoted or indirectly quoted someone
who said :

>The entity "nbsp" was referenced, but not declared.

XML supports just a tiny handful of entities and &nbsp; is not one of
them.  You are expected to use UTF-8 encodings or formally declare the
meaning of your entities in a DTD.

see http://mindprod.com/jgloss/xml.html#AWKWARD
-- 
Roedy Green Canadian Mind Products http://mindprod.com
Students who hire or con others to do their homework are as foolish 
as couch potatoes who hire others to go to the gym for them. 

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Problem w/ DocumentBuilder parse method "John L." <johnlarew@sbcglobal.net> - 2012-12-30 11:30 -0800
  Re: Problem w/ DocumentBuilder parse method Arne Vajhøj <arne@vajhoej.dk> - 2012-12-30 14:46 -0500
  Re: Problem w/ DocumentBuilder parse method Roedy Green <see_website@mindprod.com.invalid> - 2012-12-31 14:09 -0800
  Re: Problem w/ DocumentBuilder parse method Stanimir Stamenkov <s7an10@netscape.net> - 2013-01-01 02:17 +0200

csiph-web