Modify ↓
#21082 closed defect (fixed)
Does not accept valid preset code
Reported by: | skyper | Owned by: | stoecker |
---|---|---|---|
Priority: | major | Milestone: | 21.06 |
Component: | Core | Version: | |
Keywords: | preset xml validation | Cc: |
Description
I get a warning for valid preset code:
Warning: Invalid Wiki page: XML validation for preset failed: Element '{http://josm.openstreetmap.de/tagging-preset-1.0}preset_link', attribute 'de.text': The attribute 'de.text' is not allowed. (line 0)
Problem seems to be the part below, but it is working with a local file. Was the XML validation not updated correctly when the optional text=""
was added to <preset_link />
?
<chunk id="AccessFB"> <preset_link preset_name="Access per direction (forward/backward)" text="For general restriction per way direction, see:" de.text="Für allgemeine Beschränkungen nach Linienrichtung, siehe:" /> </chunk>
Attachments (0)
Change History (4)
comment:1 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 4 years ago
Milestone: | → 21.06 |
---|
comment:3 by , 4 years ago
Component: | Trac → Core |
---|
Note:
See TracTickets
for help on using tickets.
In 17974/josm: