On Fri, Nov 27, 2009 at 7:24 PM, June Kim <[email protected]> wrote: > html/body/div/div/div/div/div/ul/li := langs =: langs > ,^:(a:~:{...@[)~ lang ; ' \((\d+) members?\)' rx y
> html/body/div/div/div/div/div/ul/li/a := lang =: > '^\s*((?:.(?!User|Tasks|Omit|attention|operations|by))+)\s*$' rx y > > That code is dependent on the deep path structure of the document. >From my point of view, that is not code, that is data (or, more properly, configuration). You can not expect to change the structure of the document being analyzed without changing the description of that structure. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
