Jump to content

XmlTools/Full documentation: Difference between revisions

m
+cats; link fixes
m (+cats; link fixes)
Line 634: Line 634:
===Example===
===Example===


Let's say your want to perform the same operation in [[XmlTools/Full_Documentation#Example|--add-values example]]. This operation adds the Unkillable and the NonCombatant flag to A_L18 character.
Let's say your want to perform the same operation in [[#Example|--add-values example]]. This operation adds the Unkillable and the NonCombatant flag to A_L18 character.


'''XmlTools patch command:'''
'''XmlTools patch command:'''
Line 641: Line 641:
Note that in the XPath expression we replace each single quote by two single quotes (allows XmlTools differentiate from the other single quotes around command line options).
Note that in the XPath expression we replace each single quote by two single quotes (allows XmlTools differentiate from the other single quotes around command line options).


The resulting XML file is exactly the same of [[XmlTools/Full_Documentation#Example|--add-values example]].
The resulting XML file is exactly the same of [[#Example|--add-values example]].


==@CUSTOM_CODE==
==@CUSTOM_CODE==
Line 847: Line 847:
  </Oni>
  </Oni>
|}
|}
[[Category:Bi-platform modding tools]][[Category:Completed modding tools]][[Category:Modding tutorials]]