xsl:stylesheet can have an id attribute

This commit is contained in:
jez 2009-03-17 19:07:00 +00:00
parent 72939c397a
commit 9f4c8d213a

View file

@ -57,6 +57,7 @@ public:
static const ValueRule rules[] = { { "version", true, 0 },
{ "extension-element-prefixes", false, 0 },
{ "exclude-result-prefixes", false, 0 },
{ "id", false, 0 },
{ 0, false, 0 } };
std::map<std::string, std::string> attributes = gatherAttributes(qName, atts, rules);
if(attributes["version"] != StylesheetConstant::Version())