[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] ⎕TZ should not be saved
From: |
David B. Lamkins |
Subject: |
Re: [Bug-apl] ⎕TZ should not be saved |
Date: |
Sat, 12 Sep 2015 09:59:20 -0700 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
One of the nice things about XML is that you can manipulate it according to
your needs. Take a look at xsltproc (1).
http://xmlsoft.org/XSLT/xsltproc.html
http://www.w3.org/TR/xslt
On Sat, Sep 12, 2015 at 08:48:07AM -0500, Blake McBride wrote:
> Hi Juergen,
> I see your point, and it makes sense. One caviet though, I don't know
> if this is the case or not but, I hope that when a )DUMP occurs the
> functions and variables are sorted. )DUMP makes more sense to use in a
> SCCS. If I change one function, I wouldn't want a different sort of
> the )DUMP file to make the SCCS think more changed. Does )DUMP sort
> its output?
> Thanks!
> Blake