[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: Source Code Markup Language?
- From: Daniel Schierbeck <daniel.schierbeck@gmail.com>
- Date: Sat, 21 Jan 2006 22:15:18 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=QFe9BuEhlz8kAemMPAs9o1KocPkifpJvWeBeevcCrNqe8gUGEoYfCmpUgf/vFxs8Mh9kpnN9UELl14qFt5Opj5KN+rptJHu+V9BWlQIRTnhvE5zs3RjOZNBuMwo38GUgeSbir1AalLECgP5x7bAyJaZ3BVIRKyLpLWdjQzNDH8s=
- User-agent: Thunderbird 1.5 (X11/20051201)
I've been googling around for an XML language that describes source
code, but all I've found is an old SGML language. It's mostly out of
curiosity, but I'd like to see if there's a simple language that merely
marks up variables, constants, functions/methods, numbers, string, etc.
Something along the line of
<var>foo</var> <op>:=</op> <str>"foo"</str> <op>+</op> <str>"bar"</str>
The most important thing is that it should be possible to embed it in XHTML.
<h:p xmlns="http://www.w3.org/1999/xhtml" xmlns:c="urn:code...">
In the following example we assign <c:str>"foobar"</c:str> to
<c:var>baz</c:var>.
</h:p>
Do any of you know such a language?
Cheers,
Daniel Schierbeck
|