Confirmed users
716
edits
m (Reverted edit of Ticnzcvnb, changed back to last version by RyanJones) |
|||
Line 13: | Line 13: | ||
== Processing instructions == | == Processing instructions == | ||
The attributes in the '''xslt-param''' and '''xslt-param-namespace''' PIs are parsed using the rules defined in [http://www.w3.org/TR/xml-stylesheet/ xml-stylesheet]. | The attributes in the '''xslt-param''' and '''xslt-param-namespace''' PIs are parsed using the rules defined in [http://www.w3.org/TR/xml-stylesheet/ xml-stylesheet]. Any unrecognized attributes must be ignored. Parsing of any attribute must not fail due to the presence of an unrecognized attribute as long as that attribute follows the syntax in xml-stylesheet. | ||
Both the '''xslt-param''' and the '''xslt-param-namespace''' PIs must appear in the prolog of the document, i.e. before the first element tag. All PIs in the prolog must be honored, both ones occuring before and onces occuring after any xml-stylesheet PIs. | Both the '''xslt-param''' and the '''xslt-param-namespace''' PIs must appear in the prolog of the document, i.e. before the first element tag. All PIs in the prolog must be honored, both ones occuring before and onces occuring after any xml-stylesheet PIs. |