XSL Files to Report Broken Links of a Web graph written in XGMML. To report broken links (http code 404) of a Web graph written in XGMML (XML application), you need an XSL processor. I strongly recommend two XSL processors: xsltproc developed by xmlsoft.org (http://xmlsoft.org/XSLT/) xalan developed by xml.apache.org (http://xml.apache.org/xalan-j/index.html) The file nrepbl.xsl is the XSL file that reports broken links in a Referer log format. For example to report the broken links of the file moorthy.gr (XGMML file) to mbl.txt using xsltproc : xsltproc nrepbl.xsl moorthy.gr > mbl.txt The file nrepblhtml.xsl is the XSL file that reports broken links in a html file. For example to report the broken links of the file moorthy.gr (XGMML file) to mbl.html using xsltproc : xsltproc nrepblhtml.xsl moorthy.gr > mbl.html To read more about XGMML : http://www.cs.rpi.edu/~puninj/XGMML/ To read more about GML: http://infosun.fmi.uni-passau.de/Graphlet/GML/ To read more about XSL: http://www.w3.org/Style/XSL/ To read more about Referer Log format: http://www.apache.org/docs/mod/mod_log_referer.html Questions, comments to John Punin (puninj@cs.rpi.edu) April 03 2001 ----------------------------------------------------------------------------- XSL Files to Report Broken Links of a Web graph written in XGMML. To report broken links (http code 404) of a Web graph written in XGMML (XML application), you need an XSL processor. I strongly recommend two XSL processors: XT developed by James Clark ( http://www.jclark.com/xml/xt.html) or Saxon developed by Michael H. Kay (http://users.iclway.co.uk/mhkay/saxon/ ) The file repbl.xsl is the XSL file that reports broken links in a Referer log format. For example to report the broken links of the file moorthy.gr (XGMML file) to mbl.txt using xt : xt moorthy.gr repbl.xsl mbl.txt The file repblhtml.xsl is the XSL file that reports broken links in a html file. For example to report the broken links of the file moorthy.gr (XGMML file) to mbl.html using xt : xt moorthy.gr repblhtml.xsl mbl.html To read more about XGMML : http://www.cs.rpi.edu/~puninj/XGMML/ To read more about GML: http://infosun.fmi.uni-passau.de/Graphlet/GML/ To read more about XSL: http://www.w3.org/Style/XSL/ To read more about Referer Log format: http://www.apache.org/docs/mod/mod_log_referer.html Questions, comments to John Punin (puninj@cs.rpi.edu) March 05 2000