Add two xml entries with the same name - InstallShield -


i want add 2 entries xml file installshield.

enter image description here

when try it, 1 added entry. there workaround this?

when read tree in left pane xpath query (join levels of tree /), each element want installshield create must not found. can cause adding predicate looks attribute. alternately can adding 1 based on position(), but, depending on xml file, position() can rather fragile.

in practice, means should replace 1 instance of name add add[@name='bsentities'] , other whatever name contains (your question doesn't show that), unless of course names same. if are, find else makes them unique. worst case it's matter of position, use, say, add[1] , add[2].


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -