The most useful tool I have found for keeping an offline copy of an LJ + comments is the mildly-obviously named 'LJArchive'. It also manages to provide a fairly rapid full text search of entries + comments, which is really very useful indeed.
As far as I can tell (-> . <- this far) it's written in M$ C#, has been abandoned by the author and hasn't worked for some number of months due to $Random-XML-error which appears to be inside the comment-parsing code.
I was going to chunter on about this being unfixable b/c it would require spending ££ on the relevant part of the M$ toolchain, but it seems that the 'Express' version is free for the download (and presumably in exchange for all sorts of details that M$ can use to sell me things).
So instead of whining about it, I'd better bag yon thingy and see if the code is amenable to tinkering by a Unix Curmudgeon.
As far as I can tell (-> . <- this far) it's written in M$ C#, has been abandoned by the author and hasn't worked for some number of months due to $Random-XML-error which appears to be inside the comment-parsing code.
I was going to chunter on about this being unfixable b/c it would require spending ££ on the relevant part of the M$ toolchain, but it seems that the 'Express' version is free for the download (and presumably in exchange for all sorts of details that M$ can use to sell me things).
So instead of whining about it, I'd better bag yon thingy and see if the code is amenable to tinkering by a Unix Curmudgeon.
no subject
Date: 2011-12-15 10:24 am (UTC)DTDs though, especially not for HTML, just don't need to be retrieved from the canonical w3 each time. It's not uncommon, but it's still crappy coding to rely on this.
I presume that the w3 site here gets hammered so much they must front-end it with a squid the size of Cthulthu.
no subject
Date: 2011-12-15 10:31 am (UTC)Which might make working out which part of the DTD it's failing to parse somewhat simpler. Might.
no subject
Date: 2011-12-15 11:27 am (UTC)I don't see how just being Windows would break the ability to frob DTD retrieval by spoofing the public identifier?
no subject
Date: 2011-12-15 12:06 pm (UTC)20052004, have turned out to be somewhat less than optimal.Google seems to show that this is A Thing for C#/.NET