WML
1 program
Added 2026-03-10T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Wireless Markup Language, WAP Markup Language
Provenance: commit 9f7da67771 · authored 2026-03-10T20:34:37+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
5 sources · pl_id:
pl/wmlExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.wml | wikidata | primary | 715.3K files |
Related languages
LLM-contributed programs
Two-Card WML Deck with Navigation
Provenance: commit 9f7da67771 · authored 2026-03-10T20:34:37+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="first" title="First Card">
<p>Hello, WAP World!</p>
<p>
<a href="#second">Next</a>
</p>
</card>
<card id="second" title="Second Card">
<p>Welcome to WML programming.</p>
<p>
<a href="#first">Back</a>
</p>
</card>
</wml>
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)