XSLT PI Parameters: Difference between revisions

Line 61: Line 61:
It is not an error for multiple PIs to use the same prefix, every new PI just changes what namespace the prefix maps to.
It is not an error for multiple PIs to use the same prefix, every new PI just changes what namespace the prefix maps to.


If either '''prefix''' or '''namespace''' is missing or empty the PI is ignored. If '''prefix''' is not a valid NCName it is ignored.
If either '''prefix''' is missing, empty or an invalid NCName the PI is ignored.
 
If '''namespace''' is missing the PI is ignored. If '''namespace''' is empty the prefix mapping is removed.


== TODO ==
== TODO ==
Confirmed users
716

edits