Page 1 of 1
F4/F5 problem
Posted: Sat Mar 03, 2007 5:55 am
by Legun
Ralph - thanks for the new F4/F5 tool! Unfortunately, when I has tried to use it, I've met a problem. XML Pad Pro shows only source and there is a info on the Task List: "not well-formed (invalid token); Line 204
This is the line:
<UNIT ID="13" NAME="Fs.R.34/6.IBrig" ICON="Infantry" COLOR="82" SIZE="Regiment" EXPERIENCE="veteran" PROFICIENCY="80" READINESS="35" SUPPLY="95" GOINGTOX="1" GOINGTOY="18" EMPHASIS="Limit Losses" STATUS="2" ENTRY="220" REPLACEMENTPRIORITY="2">
RE: F4/F5 problem
Posted: Sat Mar 03, 2007 6:44 am
by Jo van der Pluym
ORIGINAL: Legun
Ralph - thanks for the new F4/F5 tool! Unfortunately, when I has tried to use it, I've met a problem. XML Pad Pro shows only source and there is a info on the Task List: "not well-formed (invalid token); Line 204
This is the line:
<UNIT ID="13" NAME="Fs.R.34/6.IBrig" ICON="Infantry" COLOR="82" SIZE="Regiment" EXPERIENCE="veteran" PROFICIENCY="80" READINESS="35" SUPPLY="95" GOINGTOX="1" GOINGTOY="18" EMPHASIS="Limit Losses" STATUS="2" ENTRY="220" REPLACEMENTPRIORITY="2">
Hi Legun
ACOW had in past problems with F4/F5 if there are units
with slash
/. By me have i solved this in ACOW by change slash
/ in
- before in import it.
RE: F4/F5 problem
Posted: Sat Mar 03, 2007 10:42 am
by Legun
This is probable - the problem didn't exist for F4/F5, but it made problem when an unit is saved from editor as a separated file. The question is - is it possible to be fixed, or I should edit "font" graphic files, replace "|" by slash and rename all units names?
RE: F4/F5 problem
Posted: Sat Mar 03, 2007 3:50 pm
by ralphtricky
ORIGINAL: Legun
Ralph - thanks for the new F4/F5 tool! Unfortunately, when I has tried to use it, I've met a problem. XML Pad Pro shows only source and there is a info on the Task List: "not well-formed (invalid token); Line 204
This is the line:
<UNIT ID="13" NAME="Fs.R.34/6.IBrig" ICON="Infantry" COLOR="82" SIZE="Regiment" EXPERIENCE="veteran" PROFICIENCY="80" READINESS="35" SUPPLY="95" GOINGTOX="1" GOINGTOY="18" EMPHASIS="Limit Losses" STATUS="2" ENTRY="220" REPLACEMENTPRIORITY="2">
Try something like XMLPad 3, listed in the WhatsNew file, or Microsoft's XML Notepad 2007. They both accept a / inside a string. That should be legal XML as far as I can tell from reading the XML spec.
Ralph
RE: F4/F5 problem
Posted: Sun Mar 25, 2007 7:16 pm
by Legun
ORIGINAL: ralphtrick
ORIGINAL: Legun
Ralph - thanks for the new F4/F5 tool! Unfortunately, when I has tried to use it, I've met a problem. XML Pad Pro shows only source and there is a info on the Task List: "not well-formed (invalid token); Line 204
This is the line:
<UNIT ID="13" NAME="Fs.R.34/6.IBrig" ICON="Infantry" COLOR="82" SIZE="Regiment" EXPERIENCE="veteran" PROFICIENCY="80" READINESS="35" SUPPLY="95" GOINGTOX="1" GOINGTOY="18" EMPHASIS="Limit Losses" STATUS="2" ENTRY="220" REPLACEMENTPRIORITY="2">
Try something like XMLPad 3, listed in the WhatsNew file, or Microsoft's XML Notepad 2007. They both accept a / inside a string. That should be legal XML as far as I can tell from reading the XML spec.
Ralph
XMLPad 3 doesn't accept a "/" inside a string. Microsoft's XML Notepad 2007 isn't freeware, is it [:(]?
RE: F4/F5 problem
Posted: Sun Mar 25, 2007 7:23 pm
by Telumar
No not really...this is not the standard XP notepad i guess, right? Ever heared of Notepad++ ?
RE: F4/F5 problem
Posted: Sun Mar 25, 2007 11:46 pm
by ralphtricky
ORIGINAL: Legun
XMLPad 3 doesn't accept a "/" inside a string. Microsoft's XML Notepad 2007 isn't freeware, is it [:(]?
Totally free. You could also for now open the file with WordPad and relpace all / with |, then replace them back after you're done editing.
I'll see what's going on.
Ralph
RE: F4/F5 problem
Posted: Mon Mar 26, 2007 7:55 am
by Legun
ORIGINAL: ralphtrick
Totally free.
Good news. I'll try it. Thanks.
You could also for now open the file with WordPad and relpace all / with |, then replace them back after you're done editing.
The "/" is used on the end of each line, not only in names. I'm affraid this is a problem. Anyway, editing oob file by WordPad isn't really troublesome.