Opened 9 years ago
#427 new task
XML parser: No warning fo unknown attributes
Reported by: | fvultier | Owned by: | nobody |
---|---|---|---|
Priority: | minor | Milestone: | Version 0.1 Codename: Arcturus |
Component: | ScriptEngine | Version: | 0.0.4 |
Keywords: | XML | Cc: | |
Referenced By: | References: |
Description
It is legal now to assign a unknown attribute to a object in a level file. E.g. the following code is legal and gets parsed without a warning or error, but the SpawnPoint has no attribute called "asdf"
<SpawnPoint asdf="uuu" team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
Note: See
TracTickets for help on using
tickets.