From a5846fbb60810c25dd9353f9aebc2cd07b8dbbd6 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 22 Jul 2009 08:24:11 +0000 Subject: [PATCH] Add check for entity IDs that don't start with an appropriate scheme. Catches things like 'http://xxx' (missing colon). --- build/check.xsl | 16 ++++++++++++++-- build/check_imported.xsl | 12 ++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/build/check.xsl b/build/check.xsl index ad7e9f4f..3b287497 100644 --- a/build/check.xsl +++ b/build/check.xsl @@ -171,8 +171,20 @@ entity ID contains space character - - + + + + + + entity ID does not start with acceptable prefix + + + + + + + entity ID does not start with acceptable prefix + + + +