9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Bruce Ellis" <brucee@chunder.com>
To: <9fans@cse.psu.edu>
Subject: Re: [9fans] don't shoot me
Date: Sat, 19 Jul 2003 21:19:58 +1000	[thread overview]
Message-ID: <004201c34de7$b235cbc0$c901a8c0@cc77109e> (raw)
In-Reply-To: <001d01c34dc2$1e014620$b9844051@insultant.net>

this works for me, but sure the parser took some careful treading
(it's nearly 2000 lines but does pass all conformance tests i've seen).

there is a fine line between the annoyance factor of "being strict"
and knowing that you are presented with well-formed data.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xwm SYSTEM "xwm.dtd" [
 <!ENTITY wmpath "/dis/wm">
]>
<xwm>
 <param name="Background" value="26,36,136"/>
 <param name="ToolHeight" value="48"/>
 <param name="Icon" value="inferno.bit"/>
 <exec cmd="&wmpath;/plumb.dis"/>
 <menu>
  <item label="About" value="about"/>
  <submenu label="System">
   <item label="Config" value="&wmpath;/xamal.dis xml/xwm.xml"/>
   <item label="Task Manager" value="&wmpath;/task.dis"/>
   <item label="Limbo Debugger" value="&wmpath;/wmdeb.dis"/>
  </submenu>
  <submenu label="Applications">
   <item label="Coffee" value="&wmpath;/coffee.dis"/>
   <item label="Text Editor" value="&wmpath;/wmedit.dis"/>
   <item label="Mash" value="&wmpath;/wmmash.dis"/>
  </submenu>
  <sep/>
  <item label="Top" value="taskmenu"/>
  <item label="Tasks" value="task"/>
  <item label="Editor" value="edit"/>
  <item label="Shell" value="sh"/>
  <sep/>
 </menu>
</xwm>



  reply	other threads:[~2003-07-19 11:19 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-18 15:12 pac
2003-07-18 15:17 ` Lucio De Re
2003-07-18 19:15   ` Scott Schwartz
2003-07-18 19:34     ` ron minnich
2003-07-18 20:34       ` Dan Cross
2003-07-18 21:10         ` boyd, rounin
2003-07-18 21:51           ` Skip Tavakkolian
2003-07-18 21:58             ` boyd, rounin
2003-07-21  8:28           ` Douglas A. Gwyn
2003-07-21  8:50             ` boyd, rounin
2003-07-21 15:09             ` Dan Cross
2003-07-18 21:13         ` boyd, rounin
2003-07-18 22:06       ` [9fans] Supermon boyd, rounin
2003-07-18 15:17 ` [9fans] don't shoot me ron minnich
2003-07-18 15:23 ` Fco.J.Ballesteros
2003-07-18 15:50   ` Dave Lukes
2003-07-18 17:43     ` boyd, rounin
2003-07-19  3:12     ` Geoff Collyer
2003-07-19  3:45       ` Dan Cross
2003-07-19  3:48         ` boyd, rounin
2003-07-19  4:11           ` Dan Cross
2003-07-19  4:15             ` boyd, rounin
2003-07-21  8:28           ` Anthony Mandic
2003-07-21  8:57             ` boyd, rounin
2003-07-19  4:18         ` boyd, rounin
2003-07-19  4:20         ` Geoff Collyer
2003-07-19  4:26           ` boyd, rounin
2003-08-12 16:09       ` jared jennings
2003-07-18 16:55 ` David Presotto
2003-07-18 17:02   ` ron minnich
2003-07-18 18:22     ` Nigel Roles
2003-07-21  8:27     ` Anthony Mandic
2003-07-18 17:37   ` diacritics (was: Re: [9fans] don't shoot me) andrey mirtchovski
2003-07-18 19:39     ` Scott Schwartz
2003-07-18 21:11       ` boyd, rounin
2003-07-18 22:17         ` northern snowfall
2003-07-18 21:25           ` boyd, rounin
2003-07-18 22:32             ` northern snowfall
2003-07-21  8:28             ` Anthony Mandic
2003-07-21  8:55               ` boyd, rounin
2003-08-11 14:33     ` Latchesar Ionkov
2003-08-11 18:05       ` rob pike, esq.
2003-08-11 23:49         ` Latchesar Ionkov
2003-08-12  0:32           ` boyd, rounin
2003-08-12  1:27             ` Latchesar Ionkov
2003-08-12  2:04             ` David Presotto
2003-08-12 18:44         ` Chris Hollis-Locke
2003-08-12 19:06           ` Latchesar Ionkov
2003-08-12 21:37             ` Chris Hollis-Locke
2003-08-12 22:02               ` Charles Forsyth
2003-08-13  1:49               ` boyd, rounin
2003-08-13 10:08                 ` chris
2003-08-13 10:25                   ` boyd, rounin
2003-07-18 17:10 ` [9fans] don't shoot me matt
2003-07-19  6:45 ` Taj Khattra
2003-07-19  6:51   ` boyd, rounin
2003-07-19 11:19     ` Bruce Ellis [this message]
2003-07-19 11:41       ` boyd, rounin
2003-07-18 15:45 Trickey, Howard W (Howard)
     [not found] <1627809308@snellwilcox.com>
2003-07-18 17:00 ` steve.simon
2003-07-21 15:40 Stephen Parker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='004201c34de7$b235cbc0$c901a8c0@cc77109e' \
    --to=brucee@chunder.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).