src/xmlpatterns/expr/qncnameconstructor_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   110         static
   110         static
   111         const QString nameIsXML(const QString &lexTarget)
   111         const QString nameIsXML(const QString &lexTarget)
   112         {
   112         {
   113             return QtXmlPatterns::tr("The target name in a processing instruction "
   113             return QtXmlPatterns::tr("The target name in a processing instruction "
   114                                      "cannot be %1 in any combination of upper "
   114                                      "cannot be %1 in any combination of upper "
   115                                      "and lower case. Therefore, is %2 invalid.")
   115                                      "and lower case. Therefore, %2 is invalid.")
   116                 .arg(formatKeyword("xml"), formatKeyword(lexTarget));
   116                 .arg(formatKeyword("xml"), formatKeyword(lexTarget));
   117         }
   117         }
   118     };
   118     };
   119 
   119 
   120     template<typename TReportContext,
   120     template<typename TReportContext,