CJL
10-03-2004, 03:35 AM
I'm real new at XML and I'm trying to edit an existing script below. I'm trying limit the number of variables that are sent at the end of the <command> line. I only want to send the first four numbers of the AttributeID.MODEL_NAME to end of the <command>. I would appreciate anyone’s insight on this issue or help
<item name="Testing">
<action>
<filter>
<has-attribute>AttributeID.NETWORK_ADDRESS</has-attribute>
</filter>
<launch-application>
<platform>
<os-name>Windows 2000</os-name>
<command>\\Central\Infrastructure\{0}.vsd</command>
</platform>
<param>
<attribute>AttributeID.MODEL_NAME</attribute>
</param>
</launch-application>
</action>
</item>
<item name="Testing">
<action>
<filter>
<has-attribute>AttributeID.NETWORK_ADDRESS</has-attribute>
</filter>
<launch-application>
<platform>
<os-name>Windows 2000</os-name>
<command>\\Central\Infrastructure\{0}.vsd</command>
</platform>
<param>
<attribute>AttributeID.MODEL_NAME</attribute>
</param>
</launch-application>
</action>
</item>