Jancsika...did you ever find out what your trouble was with your XML files? I read through all you guys threads and it seems that you should have no isues with Notepad++. I always read through my action lists in xml files all the time anyway...Dr Frag is correct about the plugin not seeing the error ">" it should have made you complete the action even if empty... "<>"
Below is a snippet from my Florida Scenario...that map has 38 conditions spanning over two Eras. Almost done with the several models added for the map. Two map sizes...20 X 20 and 17 X 17 so far...and it's not an "easy" scenario to complete.

Everything about this map will be different from any others as far as play style...the game time is set at <iTurnsPerMonth>512</iTurnsPerMonth> "I know your eyes dropped out when you saw the timmer...but it plays fantastic...and just the right speed...about one year per hour." It may sound wierd but it needs that to play right.
...Condition #17...Era 2
<Condition>
<szType>ShipGoods</szType>
<bRequired>1</bRequired>
<GoodsList>
<GoodsListItem>
<szGood>Orange_Juice</szGood>
<iCarloads>200</iCarloads>
<szCityFrom>TAG_CITY_NAME_LAKE_CITY</szCityFrom>
<szCityTo>TAG_CITY_NAME_MIAMI</szCityTo>
</GoodsListItem>
<GoodsListItem>
<szGood>Orange_Juice</szGood>
<iCarloads>200</iCarloads>
<szCityFrom>TAG_CITY_NAME_LAKE_CITY</szCityFrom>
<szCityTo>TAG_CITY_NAME_TITUSVILLE</szCityTo>
</GoodsListItem>
<GoodsListItem>
<szGood>Orange_Juice</szGood>
<iCarloads>200</iCarloads>
<szCityFrom>TAG_CITY_NAME_LAKE_CITY</szCityFrom>
<szCityTo>TAG_CITY_NAME_KEY_WEST</szCityTo>
</GoodsListItem>
<GoodsListItem>
<szGood>Orange_Juice</szGood>
<iCarloads>200</iCarloads>
<szCityFrom>TAG_CITY_NAME_LAKE_CITY</szCityFrom>
<szCityTo>TAG_CITY_NAME_PENSACOLA</szCityTo>
</GoodsListItem>
<GoodsListItem>
<szGood>Orange_Juice</szGood>
<iCarloads>200</iCarloads>
<szCityFrom>TAG_CITY_NAME_LAKE_CITY</szCityFrom>
<szCityTo>TAG_CITY_NAME_TALLAHASSEE</szCityTo>
</GoodsListItem>
<GoodsListItem>
<szGood>Orange_Juice</szGood>
<iCarloads>200</iCarloads>
<szCityFrom>TAG_CITY_NAME_LAKE_CITY</szCityFrom>
<szCityTo>TAG_CITY_NAME_JACKSONVILLE</szCityTo>
</GoodsListItem>
<GoodsListItem>
<szGood>Orange_Juice</szGood>
<iCarloads>200</iCarloads>
<szCityFrom>TAG_CITY_NAME_LAKE_CITY</szCityFrom>
<szCityTo>TAG_CITY_NAME_FORT_MYERS</szCityTo>
</GoodsListItem>
</GoodsList>
<szDescription>Build an Orange Juice supply line through Lake City</szDescription>
<szNewspaperTitleSuccess>MIAMI TIMES</szNewspaperTitleSuccess>
<szNewspaperHeadlineSuccess>Southern Railway builds up Orange Industry!</szNewspaperHeadlineSuccess>
<szNewspaperTextSuccess>Southern Railway has aided in the Orange Juice industry boom.</szNewspaperTextSuccess>
<szNewspaperBitmapSuccess>event_connectcity.dds</szNewspaperBitmapSuccess>
</Condition>
In this condition...several locations must recieve their goods from the Lake City Distribution Center.
I need to make several Newspaper event photos for the front pages that pop up when complete.