vx
上传用户:shuxianled
上传日期:2007-01-18
资源大小:6404k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

Others

  1. # This is a bash script that runs nsgmls on a particular file to
  2. # validate it in XML mode on a Win95 PC. The combination of scripts,
  3. # environment settings, and ancillary files is designed to support
  4. # DSSSL processing in SGML mode.
  5. #
  6. # Typical invocation:
  7. #    for i in *.xml; do echo $i; vx $i; done
  8. SP_ENCODING=XML; export SP_ENCODING
  9. SGML_CATALOG_FILES=xml.soc; export SGML_CATALOG_FILES
  10. nsgmls -wxml -uegs $1
  11. SP_ENCODING=; export SP_ENCODING
  12. SGML_CATALOG_FILES=catalog; export SGML_CATALOG_FILES