RE: Bobby user checks

    Does that work the same as Valet by using separate parsers 
    for SGML/HTML and XML/XHTML, or have you developed/found a 
    parser that validates both?

sp does both Nick. Just needs the xml declaration prior to the instance,
then it uses XML syntax.
(Caution, I'm speaking about sp, rather than the opensp, but its probably
safe to assume that, unless someone knows differently?)

this is my batch file to run under windows, using sp.

SET SP_CHARSET_FIXED=YES
SET SP_ENCODING=XML


NSGMLS.EXE -wxml  -s -E10 -f .\errs -c /sgml/catalog  c:/sgml/bin/xml.dcl %1
type errs
SET SP_ENCODING=ISO-8859-1
SET SP_CHARSET_FIXED=NO


HTH DaveP

- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk 

Received on Thursday, 22 April 2004 09:23:54 UTC