Addons without versions (empty-element tags)
Reported by nonameform | December 5th, 2009 @ 11:10 PM | in Beta 3
I have a sample camp storage chest mod installed.
It's a simple addon that lacks most of the information in
Manifest.xml, including addon version. DAModder parses information
from "Type" and displays it as "Version".
<Version />
<GameVersion />
<Type>1</Type>
After replacing empty-element tags with start and end tags,
DAModder stopped displaying "Type" contents as "Version"
contents.
<Version></Version>
<GameVersion></GameVersion>
<Type>1</Type>
Edit: WTB preview feature for tickets.
Comments and changes to this ticket
-
John Vanderbeck December 5th, 2009 @ 11:41 PM
- Tag changed from bug to bug, daxmlparser, xml
This is on Beta 1.8? Because I had fixed up the code to handle blank tags a few versions ago. I thought.
-
John Vanderbeck December 5th, 2009 @ 11:49 PM
- Milestone set to Beta 3
-
John Vanderbeck December 6th, 2009 @ 10:43 AM
- State changed from new to open
I have reproduced this bug
-
John Vanderbeck December 6th, 2009 @ 01:09 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
DAModder is a full featured replacement for Bioware's DAUpdater program -- with more features!
People watching this ticket
Tags
Referenced by
- 54 Addons without versions (empty-element tags) Fixed issue when reading in a blank version tag. This res...
- 54 Addons without versions (empty-element tags) Fixed issue when reading in a blank version tag. This res...