Title: Re: Problem with code in WWN 214
> WWN 214 contains some sample code and in my browser I see:
> There are two things that are wrong:
> * The #include statements are incomplete. That's because the HTML looks
> like this:
Yeah, that's just a problem with the serv
I have fixed the issues in the parser with using code in the XML.
1.) > and < will no longer appear to be stripped as the parser was
converting them to < and >, which the browser would think was a tag.
2.) tags will no longer be doubled.
3.) for code samples, use this will display the
code as
WWN 214 contains some sample code and in my browser I see:
#include
#include
#include
#include
#include
static jmp_buf jmpbuf;
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR
lpszCmdLine, int nCmdShow)
[...]
There are two things that are wrong:
* The #include state