489
edits
Script 10k (talk | contribs) m (→Overview) |
Script 10k (talk | contribs) |
||
Line 152: | Line 152: | ||
<tt>Files</tt> | <tt>Files</tt> | ||
: | :[http://www.computerhope.com/jargon/w/wildcard.htm Wildcard] that matches the file(s) that you want to edit; | ||
<tt>ElementName</tt> | <tt>ElementName</tt> | ||
: | :XML element name where processing will occur; | ||
<tt>ParentElementName</tt> | <tt>ParentElementName</tt> | ||
: | :XML parent element name of ElementName, used as filter; | ||
<tt>AttributeName</tt> | <tt>AttributeName</tt> | ||
: | :XML attribute name of the ElementName, used as filter; | ||
<tt>AttributeValue</tt> | <tt>AttributeValue</tt> | ||
: | :XML attribute value of the AttributeName, used as filter; | ||
<tt>XPathExpression</tt> | <tt>XPathExpression</tt> | ||
: | :[http://zvon.org/comp/r/tut-XPath_1.html#intro XPath 1.0] expression to select elements where the processing will occur; | ||
<tt>Options</tt> | <tt>Options</tt> | ||
: | :Allows to specify any option of [http://wiki.oni2.net/XmlTools "Command-line operations"]. Values must be within " ' " to avoid confusion with the quotes. | ||
[[Category:Bi-platform modding tools]][[Category:Completed modding tools]][[Category:Modding tutorials]] | [[Category:Bi-platform modding tools]][[Category:Completed modding tools]][[Category:Modding tutorials]] |
edits