// This file is part of the “jQuery.Syntax” project, and is distributed under the MIT License. Syntax.lib.xmlEntity={pattern:/&w+;/g,klass:“entity”};Syntax.lib.xmlPercentEscape={pattern:/(%{2})/gi,klass:“percent-escape”,only:}; Syntax.register(“xml-tag”,function(a){a.push({pattern:/(+)=(”.*?“|'.*?'|[^s>]+)/g,matches:Syntax.extractMatches({klass:”attribute“,only:},{klass:”string“,only:})});a.push(Syntax.lib.xmlEntity);a.push(Syntax.lib.xmlPercentEscape);a.push(Syntax.lib.singleQuotedString);a.push(Syntax.lib.doubleQuotedString)}); Syntax.register(”xml“,function(a){a.push({pattern:/(*?)(]])>)/gm,matches:Syntax.extractMatches({klass:”cdata“,allow:},{klass:”cdata-tag“},{klass:”cdata-content“},{klass:”cdata-tag“})});a.push(Syntax.lib.xmlComment);a.push({
Generated by RDoc 6.3.1.
Based on Darkfish by Michael Granger.