History log of /opengrok/tools/validate-xref
Revision Date Author Comments Expand
9814a04211427efb3435bfd700f5df9ba51f7e4e 20-Mar-2016 Knut Anders Hatlen <knut.hatlen@oracle.com>

Improve the validate-xref script. The script currently wraps the xref contents in a <div> element before it passes it to the validator. The actual xref generated by list.jsp wraps it in <div><pre>...</pre></div>. Make the script do the same. This removes some false positives, where the xref starts by closing the <pre> tag and ends by opening a new one. It also makes the script detect more errors, where the xref uses tags not allowed inside a <pre> element.

9b20bb3b44dace98289b72030d7a3c3ac7090c7d 16-Mar-2016 Knut Anders Hatlen <knut.hatlen@oracle.com>

Add a script that validates generated xref files. The script checks if they contain valid XHTML 1.0 data.