use-for-each

QuickFixes with use-for-each attribute are generic. Each return value of the evaluated XPath expression should create an own QuickFix. To access to the current return value, the XPath variable $sqf:current should be provided.

value
XPath expression. It expects as return value an untyped sequence.

Attribute Information

Used By

Element sqf:fix

Source

<xs:attribute name="use-for-each" use="optional" type="xs:string" default=".">
  <xs:annotation>
    <xs:documentation>QuickFixes with use-for-each attribute are generic. Each return value of the evaluated XPath expression should create an own QuickFix. To access to the current return value, the XPath variable $sqf:current should be provided.</xs:documentation>
    <xs:documentation source="value">XPath expression. It expects as return value an untyped sequence.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample