]> matita.cs.unibo.it Git - helm.git/log
helm.git
22 years agoadded preliminary support for maction
Luca Padovani [Tue, 17 Jul 2001 13:47:13 +0000 (13:47 +0000)]
added preliminary support for maction
- cursor bug

22 years agoTwo parameters used but not declared. Fixed.
Claudio Sacerdoti Coen [Mon, 16 Jul 2001 12:38:10 +0000 (12:38 +0000)]
Two parameters used but not declared. Fixed.

22 years agoNotation for ZArith (inside arith.xsl) added.
Andrea Asperti [Thu, 5 Jul 2001 09:27:20 +0000 (09:27 +0000)]
Notation for ZArith (inside arith.xsl) added.

22 years agodrop_coercion (d_c) inserted in every stylesheet chain
Claudio Sacerdoti Coen [Fri, 29 Jun 2001 15:16:28 +0000 (15:16 +0000)]
drop_coercion (d_c) inserted in every stylesheet chain

22 years agomk_meta_theory.xsl added
Claudio Sacerdoti Coen [Fri, 29 Jun 2001 14:59:04 +0000 (14:59 +0000)]
mk_meta_theory.xsl added

22 years agoMakefile fixed (too many parameters on command line);
Claudio Sacerdoti Coen [Fri, 29 Jun 2001 14:56:54 +0000 (14:56 +0000)]
Makefile fixed (too many parameters on command line);
xslt/occurrences.xsl added

22 years agotopurl parameter now passed around
Claudio Sacerdoti Coen [Fri, 29 Jun 2001 14:51:48 +0000 (14:51 +0000)]
topurl parameter now passed around

22 years agoFirst completely working interface for metadata.
Claudio Sacerdoti Coen [Fri, 29 Jun 2001 14:33:49 +0000 (14:33 +0000)]
First completely working interface for metadata.

22 years ago":" bug in theory_pres fixed.
Andrea Asperti [Fri, 29 Jun 2001 14:05:12 +0000 (14:05 +0000)]
":" bug in theory_pres fixed.

22 years agosmall error inside mk_meta_theory.
Andrea Asperti [Fri, 29 Jun 2001 13:36:53 +0000 (13:36 +0000)]
small error inside mk_meta_theory.

22 years agomk_meta_theory.xsl added
Andrea Asperti [Fri, 29 Jun 2001 12:57:12 +0000 (12:57 +0000)]
mk_meta_theory.xsl added
It generates a theory starting from metadata.

22 years agooccurrences.xsl added
Andrea Asperti [Fri, 29 Jun 2001 12:55:50 +0000 (12:55 +0000)]
occurrences.xsl added
It computes all occurrences of identifiers inside a given document.
It is used for computing metadata.

22 years agoht:OBJECT added;
Claudio Sacerdoti Coen [Fri, 29 Jun 2001 11:14:59 +0000 (11:14 +0000)]
ht:OBJECT added;
ls.dtd added

22 years agoht:OBJECT added
Claudio Sacerdoti Coen [Fri, 29 Jun 2001 11:14:38 +0000 (11:14 +0000)]
ht:OBJECT added

22 years agoTotal compatibility with Mozilla 9.1 reached with this commit.
Claudio Sacerdoti Coen [Fri, 29 Jun 2001 10:09:48 +0000 (10:09 +0000)]
Total compatibility with Mozilla 9.1 reached with this commit.

22 years ago.cvsignore added
Claudio Sacerdoti Coen [Thu, 28 Jun 2001 12:00:51 +0000 (12:00 +0000)]
.cvsignore added

22 years agoCIC files are now processed one by one once given the list of their
Claudio Sacerdoti Coen [Thu, 28 Jun 2001 11:48:48 +0000 (11:48 +0000)]
CIC files are now processed one by one once given the list of their
URIs (that will be soon provided by a new getter method)

22 years agoFirst version of metadata interface.
Claudio Sacerdoti Coen [Wed, 27 Jun 2001 17:44:41 +0000 (17:44 +0000)]
First version of metadata interface.
Still many things to be fixed and one stylesheet (of Andrea) not committed.
But it is a new beginning...

22 years agoRepository created.
Claudio Sacerdoti Coen [Wed, 27 Jun 2001 13:11:05 +0000 (13:11 +0000)]
Repository created.

22 years agoadded support for new environment variables
Stefano Zacchiroli [Wed, 27 Jun 2001 09:14:34 +0000 (09:14 +0000)]
added support for new environment variables
- HTTP_GETTER_RDF_DIR, cache dir for rdf metadata
- HTTP_GETTER_RDF_DBM, dbm file that map rdf uri to url _without_ .db ext
- HTTP_GETTER_RDF_INDEXNAME, name of the indexfile that contain rdf index

22 years ago# bugfix: rdf tie that proxies rdf_urls_of_uris.db now works even after
Stefano Zacchiroli [Wed, 27 Jun 2001 07:07:02 +0000 (07:07 +0000)]
# bugfix: rdf tie that proxies rdf_urls_of_uris.db now works even after
  invocation of /update method

22 years agoadded useful tools for perl debugging:
Stefano Zacchiroli [Tue, 26 Jun 2001 16:12:32 +0000 (16:12 +0000)]
added useful tools for perl debugging:
- tools/dump_db.pl => print out a dump of a .db file
- tools/uri_escape.pl => escape a URI
- tools/uri_unescape.pl => unescape a URI

very little things, but really useful!

22 years agoFormat of rdf URIs relaxed
Claudio Sacerdoti Coen [Tue, 26 Jun 2001 15:58:21 +0000 (15:58 +0000)]
Format of rdf URIs relaxed

22 years agoVersion modified
Claudio Sacerdoti Coen [Tue, 26 Jun 2001 15:12:14 +0000 (15:12 +0000)]
Version modified

22 years agoNow helm:rdf:... is a valid URI.
Claudio Sacerdoti Coen [Tue, 26 Jun 2001 15:11:26 +0000 (15:11 +0000)]
Now helm:rdf:... is a valid URI.
Before it had to be helm:rdf/:...

22 years ago* added preliminary support for rdf metadata
Stefano Zacchiroli [Tue, 26 Jun 2001 14:48:51 +0000 (14:48 +0000)]
* added preliminary support for rdf metadata
 - "getxml" method return also rdf metadata
 - "update" method update both urls_of_uris and rdf db
 - "resolve" method resolve both normal and rdf uris
* added sub isRdfUri
* added sub resolve
* changed VERSION var in configure.in, now in sync with cvs repository
  version .. :-)

22 years agoUNICODEvsSYMBOL introduced everywhere. (work completed)
Claudio Sacerdoti Coen [Tue, 26 Jun 2001 12:38:58 +0000 (12:38 +0000)]
UNICODEvsSYMBOL introduced everywhere. (work completed)

22 years agoUNICODEvsSYMBOL introduced
Claudio Sacerdoti Coen [Mon, 25 Jun 2001 17:56:34 +0000 (17:56 +0000)]
UNICODEvsSYMBOL introduced

22 years agoBug fixed: Compressed was not checked well on control frame load.
Claudio Sacerdoti Coen [Mon, 25 Jun 2001 17:02:53 +0000 (17:02 +0000)]
Bug fixed: Compressed was not checked well on control frame load.
"yes" ==> "compressed"

22 years agoComment removed because XSLT removed the "end-of-line" after it, making it
Claudio Sacerdoti Coen [Mon, 25 Jun 2001 10:03:34 +0000 (10:03 +0000)]
Comment removed because XSLT removed the "end-of-line" after it, making it
extends too much, commenting out the following lines. ;-(

22 years ago"Bug" appearing under IE only fixed.
Claudio Sacerdoti Coen [Mon, 25 Jun 2001 09:52:36 +0000 (09:52 +0000)]
"Bug" appearing under IE only fixed.

22 years agoMany modifications to avoid JavaScript security rules of
Claudio Sacerdoti Coen [Fri, 22 Jun 2001 16:35:07 +0000 (16:35 +0000)]
Many modifications to avoid JavaScript security rules of
Mozilla/Galeon/Netscape V6 browsers.

In particular, now every frame (but the two headers that are completely
dummy) is made by UWOBO. The stylesheet applied, named resolve_topurl.xsl
(key = RT) substitutes where requested the URL of the interface, that
can no longer be inferred in JavaScript from the current URL (that now
refers to UWOBO).

Hopefully, together with the previous modification to recognize browsers
supporting only UNICODE or supporting only the symbol font, all the
known compatibility problems have been solved.

22 years agoresolve_topurl.xsl added
Claudio Sacerdoti Coen [Fri, 22 Jun 2001 16:29:57 +0000 (16:29 +0000)]
resolve_topurl.xsl added

22 years agoSome simplifications (redundant code).
Claudio Sacerdoti Coen [Fri, 22 Jun 2001 10:48:59 +0000 (10:48 +0000)]
Some simplifications (redundant code).

22 years agotop.topurl alias topurl alias interfaceURL alias thinterfaceURL is no
Claudio Sacerdoti Coen [Fri, 22 Jun 2001 10:37:59 +0000 (10:37 +0000)]
top.topurl alias topurl alias interfaceURL alias thinterfaceURL is no
more "http://phd.cs.unibo.it/helm/library/index.html", but
only "http://phd.cs.unibo.it/helm"

22 years agoUNICODEvsSYMBOL parameter now added everywhere
Claudio Sacerdoti Coen [Wed, 20 Jun 2001 13:31:46 +0000 (13:31 +0000)]
UNICODEvsSYMBOL parameter now added everywhere

22 years agoSmall bugs fixed:
Claudio Sacerdoti Coen [Wed, 20 Jun 2001 12:09:37 +0000 (12:09 +0000)]
Small bugs fixed:

 mathcolor ==> color in <FONT>
 arrow size set equal to "+0"

22 years agoUNICODEvsSYMBOL parameter added to select the old
Claudio Sacerdoti Coen [Wed, 20 Jun 2001 10:34:44 +0000 (10:34 +0000)]
UNICODEvsSYMBOL parameter added to select the old
 <FONT FACE="symbol".../> way of getting mathematical symbol
 vs simply using UNICODE entities.

Only a very small percentage of stylesheets (notably part of
content_to_html.xsl and all of html_set.xsl) has been modified to
take into account the new variable.

22 years agodrop_coercions added
Claudio Sacerdoti Coen [Mon, 18 Jun 2001 14:06:32 +0000 (14:06 +0000)]
drop_coercions added

22 years agoBUG LAMBDA fixed.
Andrea Asperti [Mon, 18 Jun 2001 10:23:38 +0000 (10:23 +0000)]
BUG LAMBDA fixed.

22 years agodrop_coercions.xsl has been added
Andrea Asperti [Mon, 18 Jun 2001 10:22:55 +0000 (10:22 +0000)]
drop_coercions.xsl has been added

22 years agoDefault for patch_dtd modified to "yes".
Claudio Sacerdoti Coen [Mon, 11 Jun 2001 13:37:56 +0000 (13:37 +0000)]
Default for patch_dtd modified to "yes".

22 years agoxsl:import to cope with new xalan version
Claudio Sacerdoti Coen [Mon, 4 Jun 2001 17:47:01 +0000 (17:47 +0000)]
xsl:import to cope with new xalan version

23 years ago****
Claudio Sacerdoti Coen [Tue, 15 May 2001 13:11:10 +0000 (13:11 +0000)]
****
WARNING: unstable commit
****

 We are just in the middle of the splitting of mmlinterface into

  * annotationHelper
  * controlInterface
  * proof-checker

 All the executables but mmlinterface are now compiling and
 working (but the proof-checker that is still V6-bound).

23 years agoAggiunto lambda.xsl
Andrea Asperti [Tue, 15 May 2001 09:35:51 +0000 (09:35 +0000)]
Aggiunto lambda.xsl

23 years agoLambda notazione.
Andrea Asperti [Tue, 15 May 2001 09:31:15 +0000 (09:31 +0000)]
Lambda notazione.

23 years agoModified Files:
Irene Schena [Thu, 10 May 2001 14:19:48 +0000 (14:19 +0000)]
Modified Files:
1) maththeory.dtd, theoryobject.dtd: new structure for xml and content theories

23 years agoURI may now have #
Claudio Sacerdoti Coen [Wed, 9 May 2001 14:40:58 +0000 (14:40 +0000)]
URI may now have #

23 years agoURIs containing # are now threaded in the "right" way,
Claudio Sacerdoti Coen [Wed, 9 May 2001 14:15:18 +0000 (14:15 +0000)]
URIs containing # are now threaded in the "right" way,
which is

 The #-part is removed, the URL to uwobo is generated and
 the removed #-part is appended to the computed URL.

Note: in this way the #-part is not passed to the getter and then
back to the source. For a #-part this seems reasonable, but could
not work with CGIs looking to the #-part. (Do they exist?)

23 years agoAttribute @name of ENTITY removed.
Claudio Sacerdoti Coen [Wed, 9 May 2001 13:27:56 +0000 (13:27 +0000)]
Attribute @name of ENTITY removed.

23 years agoMany improvements in theory-rendering.
Claudio Sacerdoti Coen [Tue, 8 May 2001 11:20:26 +0000 (11:20 +0000)]
Many improvements in theory-rendering.
In particular, now param.type may be 'standalone' or 'typeonly' or 'embed'.
(It was 0 or 1 before)

Modified Files:
   content_to_html.xsl expandobj.xsl links_library.xsl
   mmlextension.xsl objtheorycontent.xsl theory_content.xsl
   theory_pres.xsl

23 years agoRelative anchors (#xxx) should be followed _inside_ the current document.
Claudio Sacerdoti Coen [Mon, 7 May 2001 15:01:39 +0000 (15:01 +0000)]
Relative anchors (#xxx) should be followed _inside_ the current document.

23 years agominidom.c : fixed memory leak
Luca Padovani [Sun, 6 May 2001 12:30:47 +0000 (12:30 +0000)]
minidom.c : fixed memory leak

23 years agoNew standard stylesheet genmmlid.xsl added.
Claudio Sacerdoti Coen [Fri, 4 May 2001 14:54:30 +0000 (14:54 +0000)]
New standard stylesheet genmmlid.xsl added.

23 years agoNew version of Igor Rodionov stylesheets.
Claudio Sacerdoti Coen [Fri, 4 May 2001 14:53:47 +0000 (14:53 +0000)]
New version of Igor Rodionov stylesheets.

23 years agoModified Files:
Irene Schena [Fri, 4 May 2001 14:14:05 +0000 (14:14 +0000)]
Modified Files:
1) link.xsl: recover linking info and remove mml content
2) mmlextension.xsl: added mrows and import of mmlctop.xsl-0.14
Added Files:
1) genmmlid.xsl: generate ids for mml elements
2) mmlctop.xsl-0.14: new stylesheet of Rodionov
Removed Files:
1) mml2mmlv1_0.xsl: old stylesheet of Rodionov

23 years ago':' are noc quoted. I tried to quote them, but everything else
Claudio Sacerdoti Coen [Fri, 4 May 2001 11:44:50 +0000 (11:44 +0000)]
':' are noc quoted. I tried to quote them, but everything else
broke down (and I don't really understand why: maybe we need
to decode something or uwobo gives the stylesheet a quoted URL?)

23 years agoStylesheets for (cic|content|presentation) theory now fully working
Claudio Sacerdoti Coen [Fri, 4 May 2001 10:46:20 +0000 (10:46 +0000)]
Stylesheets for (cic|content|presentation) theory now fully working

23 years agoBug fixed: following a link to an object inside a theory opened the
Claudio Sacerdoti Coen [Fri, 4 May 2001 09:15:55 +0000 (09:15 +0000)]
Bug fixed: following a link to an object inside a theory opened the
 object with the header of the theories.

23 years agoBug fixed: following a link to an object inside a theory opened the object
Claudio Sacerdoti Coen [Fri, 4 May 2001 09:14:45 +0000 (09:14 +0000)]
Bug fixed: following a link to an object inside a theory opened the object
 with the header of the theories.

23 years agoLinks not starting with cic: or theory: are now left untouched and
Claudio Sacerdoti Coen [Fri, 4 May 2001 09:13:53 +0000 (09:13 +0000)]
Links not starting with cic: or theory: are now left untouched and
open a new _blank window

23 years agoTheory level DTD changed and .theory.xml files exported again.
Irene Schena [Thu, 3 May 2001 18:03:10 +0000 (18:03 +0000)]
Theory level DTD changed and .theory.xml files exported again.
Working only for HTML and MathML presentation.

Modified Files:
expandobj.xsl link.xsl links_library.xsl theory_content.xsl
theory_pres.xsl

23 years ago.cvsignore files missing
Claudio Sacerdoti Coen [Wed, 2 May 2001 14:21:35 +0000 (14:21 +0000)]
.cvsignore files missing

23 years agoInitial revision
Claudio Sacerdoti Coen [Wed, 2 May 2001 14:14:57 +0000 (14:14 +0000)]
Initial revision

23 years agoregister method added
Claudio Sacerdoti Coen [Thu, 19 Apr 2001 12:13:28 +0000 (12:13 +0000)]
register method added

23 years agoannotationHelper now working again. A control frame has been added to
Claudio Sacerdoti Coen [Wed, 18 Apr 2001 16:03:13 +0000 (16:03 +0000)]
annotationHelper now working again. A control frame has been added to
the CIC or the Theory window to invoke the annotationHelper.

23 years agoWARNING: NOT COMPILING COMMIT
Claudio Sacerdoti Coen [Wed, 18 Apr 2001 10:16:08 +0000 (10:16 +0000)]
WARNING: NOT COMPILING COMMIT

This commit comes from a set of files not in CVS to reingeenere the
whole architecture of the Gtk Interface into an AnnotationHelper,
a ProofChecker and a GtkControl, all independents.

The commit is done just before removing from the AnnotationHelper the
browsing and remote-control features. With this version, the whole
interface does not even compile any more.

23 years agoInitial revision
Luca Padovani [Thu, 12 Apr 2001 15:44:35 +0000 (15:44 +0000)]
Initial revision

23 years agoSome adjustments in the licenses
Luca Padovani [Thu, 12 Apr 2001 13:27:27 +0000 (13:27 +0000)]
Some adjustments in the licenses

Modified Files:
  acconfig.h main.c

23 years agoInitial revision
Luca Padovani [Thu, 12 Apr 2001 11:19:14 +0000 (11:19 +0000)]
Initial revision

23 years agopanel ==> uwobo-panel
Claudio Sacerdoti Coen [Thu, 12 Apr 2001 09:23:15 +0000 (09:23 +0000)]
panel ==> uwobo-panel

23 years agoContent-Cache, Expires and Pragma added for non-error responses.
Claudio Sacerdoti Coen [Wed, 11 Apr 2001 11:21:06 +0000 (11:21 +0000)]
Content-Cache, Expires and Pragma added for non-error responses.
Should them be there also in case of errors?

23 years agoControl frame added to CIC window
Claudio Sacerdoti Coen [Wed, 11 Apr 2001 11:05:35 +0000 (11:05 +0000)]
Control frame added to CIC window

23 years agoIn natural language, non vengono piu' stampati glia argomenti
Andrea Asperti [Wed, 11 Apr 2001 11:04:06 +0000 (11:04 +0000)]
In natural language, non vengono piu' stampati glia argomenti
delle applicazioni con sort divers da prop.

23 years agoControl panel added to CIC window
Claudio Sacerdoti Coen [Wed, 11 Apr 2001 11:03:00 +0000 (11:03 +0000)]
Control panel added to CIC window

23 years agoUnstable commit: just before removing next/prev functionalities
Claudio Sacerdoti Coen [Wed, 11 Apr 2001 11:00:59 +0000 (11:00 +0000)]
Unstable commit: just before removing next/prev functionalities

23 years agoModified Files:
Irene Schena [Mon, 9 Apr 2001 16:33:00 +0000 (16:33 +0000)]
Modified Files:
1) arith.xsl, contentlib.xsl, reals.xsl, ring.xsl: removed xlink declaration

23 years agocontrol.html, control.js: now commands replace the history, so that
Luca Padovani [Fri, 6 Apr 2001 14:15:26 +0000 (14:15 +0000)]
control.html, control.js: now commands replace the history, so that
the back button in the browser returns immediately to the
previous page (and not the previous command result)

23 years agoAdded URL quoting to quote also "," (required by Netscape for plug-outs)
Claudio Sacerdoti Coen [Fri, 6 Apr 2001 14:05:36 +0000 (14:05 +0000)]
Added URL quoting to quote also "," (required by Netscape for plug-outs)

23 years agoInitial revision
Luca Padovani [Fri, 6 Apr 2001 14:02:02 +0000 (14:02 +0000)]
Initial revision

23 years agocontentlib.xsl improved, now handles eq eqT
Ferruccio Guidi [Thu, 5 Apr 2001 14:57:02 +0000 (14:57 +0000)]
contentlib.xsl improved, now handles eq eqT

23 years agoBug nat_double_ind solved.
Andrea Asperti [Thu, 5 Apr 2001 14:46:12 +0000 (14:46 +0000)]
Bug nat_double_ind solved.

23 years agoBug fixed: the result was declared as gzipped even when it was not so
Claudio Sacerdoti Coen [Wed, 4 Apr 2001 16:01:27 +0000 (16:01 +0000)]
Bug fixed: the result was declared as gzipped even when it was not so

23 years agoImproved rendering for rewriting steps: a little indentation added
Claudio Sacerdoti Coen [Wed, 4 Apr 2001 15:00:00 +0000 (15:00 +0000)]
Improved rendering for rewriting steps: a little indentation added
and a bug in "charcount" called fix.

REMEMBER: charcount mode must be used only on the first child
 because it counts the size of the node considered, its descendants,
 its siblings and all their descendants

23 years agopure ==> proof_transform for the "by" part of rewriting
Claudio Sacerdoti Coen [Wed, 4 Apr 2001 14:31:56 +0000 (14:31 +0000)]
pure ==> proof_transform for the "by" part of rewriting

23 years agopure ==> noannot in CASE's branches
Claudio Sacerdoti Coen [Wed, 4 Apr 2001 14:24:26 +0000 (14:24 +0000)]
pure ==> noannot in CASE's branches

23 years agoBig bug: & was not quoted in the URL for xmluri (that actually always had
Claudio Sacerdoti Coen [Wed, 4 Apr 2001 11:21:35 +0000 (11:21 +0000)]
Big bug: & was not quoted in the URL for xmluri (that actually always had
one)

23 years agofonts for lambda prod and forall enlarged
Ferruccio Guidi [Wed, 4 Apr 2001 10:27:44 +0000 (10:27 +0000)]
fonts for lambda prod and forall enlarged

23 years agocharacters in symbol font unified in size
Ferruccio Guidi [Wed, 4 Apr 2001 09:47:02 +0000 (09:47 +0000)]
characters in symbol font unified in size

23 years agoabstract polinomials
Ferruccio Guidi [Tue, 3 Apr 2001 14:58:57 +0000 (14:58 +0000)]
abstract polinomials

23 years agoadded notations for abstact polinomials
Ferruccio Guidi [Tue, 3 Apr 2001 14:55:36 +0000 (14:55 +0000)]
added notations for abstact polinomials
HTML rendering of constants in symbol font improved (including m:minus)
added a title for the HTML rendering window

23 years agoadded support for HELM_GETTER_URL environment variable
Luca Padovani [Tue, 3 Apr 2001 09:45:18 +0000 (09:45 +0000)]
added support for HELM_GETTER_URL environment variable

23 years agofirst steps towards new interface with UWOBo and new stylesheets
Luca Padovani [Tue, 3 Apr 2001 09:44:28 +0000 (09:44 +0000)]
first steps towards new interface with UWOBo and new stylesheets

23 years agoadded gmon.out
Luca Padovani [Tue, 3 Apr 2001 08:45:28 +0000 (08:45 +0000)]
added gmon.out

23 years ago*** empty log message ***
Andrea Asperti [Tue, 3 Apr 2001 08:18:56 +0000 (08:18 +0000)]
*** empty log message ***

23 years agoLine morally belonging to lablgtk/*.h now is there! Hence, removed
Claudio Sacerdoti Coen [Tue, 3 Apr 2001 07:58:15 +0000 (07:58 +0000)]
Line morally belonging to lablgtk/*.h now is there! Hence, removed

23 years agoComplete management of inductive types.
Andrea Asperti [Tue, 3 Apr 2001 07:56:41 +0000 (07:56 +0000)]
Complete management of inductive types.
or_ind revisited (full_or_in).
(only for html: mml_extension must be upadated!!!).

-- andrea

23 years agoUpdated to lablgtk 1.2 and ocaml-3.01.
Claudio Sacerdoti Coen [Tue, 3 Apr 2001 07:53:51 +0000 (07:53 +0000)]
Updated to lablgtk 1.2 and ocaml-3.01.

23 years agoModified Files:
Irene Schena [Thu, 22 Mar 2001 12:40:20 +0000 (12:40 +0000)]
Modified Files:
1) mmlextension.xsl: added import of mmltheoryextension.xsl
2) objcontent.xsl: added *[1] to apply-templates
Added Files:
1) mmltheoryextension.xsl: MML presentation of objects in theories

23 years agoNow links are followed even in theory + MathML Presentation
Claudio Sacerdoti Coen [Thu, 22 Mar 2001 11:03:12 +0000 (11:03 +0000)]
Now links are followed even in theory + MathML Presentation