diff --git a/ChangeLog b/ChangeLog index 44580eba..4d62f00a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard + + * encoding.c entities.c: do not output hexadecimal charrefs + when serializing HTML since some version of Netscape can't + grok it, generate decimal ones. + * result/HTML/doc3.htm: output changed due to previous test + * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4 + Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard * libxml-2.0.pc.in: dohh generated the wrong include path :-( diff --git a/encoding.c b/encoding.c index 2a767918..8237450b 100644 --- a/encoding.c +++ b/encoding.c @@ -2264,7 +2264,7 @@ retry: * and continue the transcoding phase, hoping the error * did not mangle the encoder state. */ - sprintf((char *) charref, "&#x%X;", cur); + sprintf((char *) charref, "&#%d;", cur); xmlBufferShrink(in, len); xmlBufferAddHead(in, charref, -1); diff --git a/entities.c b/entities.c index afa871b6..a2306665 100644 --- a/entities.c +++ b/entities.c @@ -708,7 +708,10 @@ xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) { /* * We could do multiple things here. Just save as a char ref */ - snprintf(buf, sizeof(buf), "&#x%X;", val); + if (html) + snprintf(buf, sizeof(buf), "&#%d;", val); + else + snprintf(buf, sizeof(buf), "&#x%X;", val); buf[sizeof(buf) - 1] = 0; ptr = buf; while (*ptr != 0) *out++ = *ptr++; diff --git a/parserInternals.c b/parserInternals.c index 40aa0b16..02737700 100644 --- a/parserInternals.c +++ b/parserInternals.c @@ -46,6 +46,7 @@ #include #include #include +#include #ifdef LIBXML_CATALOG_ENABLED #include #endif @@ -2259,6 +2260,9 @@ xmlInitParserCtxt(xmlParserCtxtPtr ctxt) ctxt->pedantic = xmlPedanticParserDefaultValue; ctxt->linenumbers = xmlLineNumbersDefaultValue; ctxt->keepBlanks = xmlKeepBlanksDefaultValue; + if (ctxt->keepBlanks == 0) + sax->ignorableWhitespace = ignorableWhitespace; + ctxt->vctxt.userData = ctxt; if (ctxt->validate) { ctxt->vctxt.error = xmlParserValidityError; diff --git a/result/HTML/doc3.htm b/result/HTML/doc3.htm index d516ca9d..cdc4dc15 100644 --- a/result/HTML/doc3.htm +++ b/result/HTML/doc3.htm @@ -104,11 +104,11 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
Chat with ABIT
Posted by Holodeck2 @ 8:09PM PDT  0 comments -  | top
I’m slacking a little. All game no +  | top
I’m slacking a little. All game no work makes Holodeck2 a happy boy :-)

Wallpaper update: I got off my lazy ass and redid the 1280x1024 wall paper, now it has the 2 celerons.

Fullon3d had a live chat with that Eric guy from Abit. - Submitted by: MJS

Here’s a little clip:
[Falcon] + Submitted by: MJS

Here’s a little clip:
[Falcon] BP6-2??
[EricBoeing] We already have a micro ATX dual flip-chip board
[EricBoeing] but it's OEM only
[EricBoeing] the full ATX version should be out Septemberish


Thursday, @@ -165,7 +165,7 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0, on a small chip (CPU, GPU, CHIPSET, etc)


My overclocked Voodoo3 2000 with a BIG mofo heatsink on top.
Peltier and watercooling next up :-)
(if you pry off the heatsink you void - the warranty )

it was originally posted on [H]ardOCP
I’m not only a + the warranty )

it was originally posted on [H]ardOCP
I’m not only a BP6er but also a [H]ardOCPer


WiLd CaSe!!
Posted by Holodeck2 @ 1:40PM PDT  8 comments  | top
Now this person really knows how to @@ -188,9 +188,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0, EVERYONE!!!

Posted by Holodeck2 @ 10:03PM PDT 
Hello everyone, Woohoo!! I'm on!!
Who is this Holodeck2 person - anyways?!?! Read on :-)
I’m a regular on the bp6 messageboard, - trying to help people out with their problems.
I’m the - self-proclaimed bp6 cooling expert, If you have a cooling idea, I’ve + anyways?!?! Read on :-)
I’m a regular on the bp6 messageboard, + trying to help people out with their problems.
I’m the + self-proclaimed bp6 cooling expert, If you have a cooling idea, I’ve probably already done it and can offer some incite.
My computer is always on so you can contact me whenever... problem is, I'm not always in front of it. I'll try to update this page and keep @@ -200,9 +200,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0, will be answered in 24 hours or less, I guarantee it.)
When you write me an e-mail please put in the subject line "BP6" then the rest of your subject so my e-mail program can sort it, thanks
AIM: Holodeck2 (instant response - if I’m in front of my comp and not trying to frag someone)
ICQ: 82640218 (rarely - on)

P.S. If someone named “Digital Vortex” on either Quake 3 - or 2 frags you, it’s probably me. ;-)


Monday, + if I’m in front of my comp and not trying to frag someone)
ICQ: 82640218 (rarely + on)

P.S. If someone named “Digital Vortex” on either Quake 3 + or 2 frags you, it’s probably me. ;-)


Monday, July 24, 2000

BP6 Q3 server up and running..
Posted by tim @ 2:06AM PDT  3 comments