On Sat, Nov 28, 2009 at 6:26 AM, June Kim <[email protected]> wrote: > On Sat, Nov 28, 2009 at 9:52 AM, Raul Miller <[email protected]> wrote: >> 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 ... >> You can not expect to change the structure of the document >> being analyzed without changing the description of that >> structure. > > Sorry I don't exactly get what you mean here. When a structure(change > in the order of an unordered list items) or a view changes(change in > font size for example), many times I don't need to change my code, if > I have considered dependecies and handled it when programming.
I do not see how these kinds of data changes would make any difference. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
