mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
xsl:stylesheet can have an id attribute
This commit is contained in:
parent
72939c397a
commit
9f4c8d213a
1 changed files with 1 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue