• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Critical fail

GLBIV

Well-known member
Hey guys,

I'm working on my FR files and I've hit a glitch somewhere.

I've been working in txt format, because it's easier to change lots of stuff that way, but now I can't open my file in the editor.

I'm getting a message box that says "Expected close tag for element 'document'"

What's going on? all I've done is move a few <things> from one file to the other. How can I fix it?
 
When you moved those <thing> elements, did you make sure that they all stayed inside the <document> that opens the file, and the </document> that closes the file?

Did you make sure that every <thing> is closed by </thing> - it's easy to miss that last line of code in each item with the </thing> when cutting and pasting.
 
Back
Top