From: "Leopold Toetsch" <[EMAIL PROTECTED]>
> That isn't necessary. One rmb() after resetting C ought to be
> enough. It ensures that in all cases the other CPU reads str_val as
> NULL. If the vtable is still pointing to the PerlInt vtable, its a user
Having an only rmb() on the writing CPU hardl
On Feb 6, 2004, at 9:25 AM, Mark Stosberg wrote:
How are other people integrating HTML validation into their work flow?
I want a solution that's easy so it actually gets used. :)
I use XML::LibXML to validate against a DTD:
$parser = XML::LibXML->new;
$parser->validation(1);
$parser->