Click here to Skip to main content
15,893,190 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralAs a celebration of the mighty '40'! Pin
David O'Neil21-Jul-21 18:59
professionalDavid O'Neil21-Jul-21 18:59 
GeneralRe: As a celebration of the mighty '40'! Pin
Slacker00721-Jul-21 23:07
professionalSlacker00721-Jul-21 23:07 
GeneralRe: As a celebration of the mighty '40'! Pin
David O'Neil22-Jul-21 8:09
professionalDavid O'Neil22-Jul-21 8:09 
GeneralRe: As a celebration of the mighty '40'! Pin
Slacker00722-Jul-21 12:18
professionalSlacker00722-Jul-21 12:18 
GeneralRe: As a celebration of the mighty '40'! Pin
David O'Neil22-Jul-21 12:43
professionalDavid O'Neil22-Jul-21 12:43 
GeneralRe: As a celebration of the mighty '40'! Pin
enhzflep22-Jul-21 15:16
enhzflep22-Jul-21 15:16 
GeneralRe: As a celebration of the mighty '40'! Pin
David O'Neil22-Jul-21 18:29
professionalDavid O'Neil22-Jul-21 18:29 
GeneralIt makes me wonder why I've never seen it before Pin
honey the codewitch21-Jul-21 17:10
mvahoney the codewitch21-Jul-21 17:10 
On IoT you don't have a lot of luxuries. You simply learn to do without.

Well, one area where I have to do without is HTML and XML well formedness checking and validation.

That might be an issue where data interchange is concerned, but not so much where rendering HTML or XHTML content is concerned.

What do you do on an error? You fail. You can either stop, or continue to render, possibly having some bad content displayed as a result, but this is still a better case than failing outright halfway through the parse because the document forgot a </b>. In fact, this is what commercial browsers do.

Here's the thing. If this is what you're doing, you don't need a DTD. You don't need an XSD Schema. You don't even need a heckin stack!

The result is much faster and lighter with a smaller binary footprint.

So why haven't I seen a pull reader with minimal validation/well formedness checking in the open source pool?

You'd think such a beast would be incredibly useful for building web browsers - even tiny ones - especially tiny ones!

*cracks knuckles*

I shouldn't have to be writing this. It's one of those things that leaves me wondering why it doesn't exist already.
Real programmers use butterflies

GeneralRe: It makes me wonder why I've never seen it before Pin
Super Lloyd21-Jul-21 19:05
Super Lloyd21-Jul-21 19:05 
GeneralRe: It makes me wonder why I've never seen it before Pin
Rage22-Jul-21 1:33
professionalRage22-Jul-21 1:33 
GeneralRe: It makes me wonder why I've never seen it before Pin
MarkTJohnson22-Jul-21 1:36
professionalMarkTJohnson22-Jul-21 1:36 
GeneralRe: It makes me wonder why I've never seen it before Pin
Rage22-Jul-21 1:43
professionalRage22-Jul-21 1:43 
GeneralRe: It makes me wonder why I've never seen it before Pin
honey the codewitch22-Jul-21 3:39
mvahoney the codewitch22-Jul-21 3:39 
GeneralRe: It makes me wonder why I've never seen it before Pin
Rage22-Jul-21 3:58
professionalRage22-Jul-21 3:58 
GeneralRe: It makes me wonder why I've never seen it before Pin
honey the codewitch22-Jul-21 4:38
mvahoney the codewitch22-Jul-21 4:38 
GeneralRe: It makes me wonder why I've never seen it before Pin
Gerry Schmitz22-Jul-21 5:31
mveGerry Schmitz22-Jul-21 5:31 
GeneralRe: It makes me wonder why I've never seen it before Pin
honey the codewitch22-Jul-21 6:33
mvahoney the codewitch22-Jul-21 6:33 
GeneralRe: It makes me wonder why I've never seen it before Pin
enhzflep22-Jul-21 15:21
enhzflep22-Jul-21 15:21 
GeneralRe: It makes me wonder why I've never seen it before Pin
honey the codewitch22-Jul-21 15:32
mvahoney the codewitch22-Jul-21 15:32 
GeneralRe: It makes me wonder why I've never seen it before Pin
enhzflep22-Jul-21 15:56
enhzflep22-Jul-21 15:56 
GeneralRe: It makes me wonder why I've never seen it before Pin
honey the codewitch23-Jul-21 7:21
mvahoney the codewitch23-Jul-21 7:21 
GeneralRe: It makes me wonder why I've never seen it before Pin
enhzflep24-Jul-21 18:59
enhzflep24-Jul-21 18:59 
GeneralSo - you thought the weather couldn't get worse: Pin
W Balboos, GHB21-Jul-21 9:25
W Balboos, GHB21-Jul-21 9:25 
GeneralRe: So - you thought the weather couldn't get worse: Pin
OriginalGriff21-Jul-21 10:24
mveOriginalGriff21-Jul-21 10:24 
GeneralRe: So - you thought the weather couldn't get worse: Pin
MarkTJohnson21-Jul-21 11:13
professionalMarkTJohnson21-Jul-21 11:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.