W3C CVS Root

CVS log for Amaya/amaya/Xml2thot.c

[BACK] Up to [Public] / Amaya / amaya

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.483: download - view: text, markup, annotated - select for diffs
Mon Oct 12 07:35:20 2009 UTC (14 years, 8 months ago) by vatton
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3
Diff to: previous 1.482: preferred, colored
Changes since revision 1.482: +1 -1 lines
Adding a cast
Irene

Revision 1.482: download - view: text, markup, annotated - select for diffs
Thu Jul 2 14:05:10 2009 UTC (14 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-2
Diff to: previous 1.481: preferred, colored
Changes since revision 1.481: +4 -1 lines
Generate the default namespace when it's missing and another namespace
with a prefix is declared.
Irene

Revision 1.481: download - view: text, markup, annotated - select for diffs
Wed Jun 24 13:12:45 2009 UTC (14 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.480: preferred, colored
Changes since revision 1.480: +3 -1 lines
Don't transform xml PIs
Irene

Revision 1.480: download - view: text, markup, annotated - select for diffs
Thu Apr 16 13:55:59 2009 UTC (15 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.479: preferred, colored
Changes since revision 1.479: +3 -0 lines
SVG: handling gradients in use elements
VQ

Revision 1.479: download - view: text, markup, annotated - select for diffs
Wed Apr 15 13:29:57 2009 UTC (15 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.478: preferred, colored
Changes since revision 1.478: +4 -1 lines
Prevent a possible crash
Irene

Revision 1.478: download - view: text, markup, annotated - select for diffs
Fri Apr 10 09:16:01 2009 UTC (15 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.477: preferred, colored
Changes since revision 1.477: +20 -18 lines
Open the source view when a xml document without CSS is loaded
+ fix a possible crash when the xml document uses an undefined prefix
Irene

Revision 1.477: download - view: text, markup, annotated - select for diffs
Tue Apr 7 12:27:38 2009 UTC (15 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.476: preferred, colored
Changes since revision 1.476: +2 -2 lines
SVG: prepare implementation of radial gradients.
VQ

Revision 1.476: download - view: text, markup, annotated - select for diffs
Sun Mar 22 15:40:05 2009 UTC (15 years, 2 months ago) by wang
Branches: MAIN
Diff to: previous 1.475: preferred, colored
Changes since revision 1.475: +4 -4 lines
Chemistry mode is now set on/off using a shortcut

Revision 1.475: download - view: text, markup, annotated - select for diffs
Tue Feb 24 09:52:04 2009 UTC (15 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.474: preferred, colored
Changes since revision 1.474: +6 -4 lines
Skip parsing errors found out in external documents
Irene

Revision 1.474: download - view: text, markup, annotated - select for diffs
Thu Jan 29 09:57:49 2009 UTC (15 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-1
Diff to: previous 1.473: preferred, colored
Changes since revision 1.473: +2 -1 lines
Generate a pseudo paragraph when a bag includes a string
Irene

Revision 1.473: download - view: text, markup, annotated - select for diffs
Thu Jan 15 12:06:06 2009 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.472: preferred, colored
Changes since revision 1.472: +3 -1 lines
Keep the html element of external document
+ avoid to recompute twice the loaded document
Irene

Revision 1.472: download - view: text, markup, annotated - select for diffs
Fri Jan 9 08:56:39 2009 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.471: preferred, colored
Changes since revision 1.471: +25 -21 lines
Add new snprintf to prevent new security reports
Irene

Revision 1.471: download - view: text, markup, annotated - select for diffs
Wed Jan 7 16:28:59 2009 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.470: preferred, colored
Changes since revision 1.470: +5 -4 lines
Prevent possible crashes
Irene

Revision 1.470: download - view: text, markup, annotated - select for diffs
Wed Dec 24 13:36:43 2008 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.469: preferred, colored
Changes since revision 1.469: +2 -2 lines
Avoid buffer overflows when displaying error messages.
Irene

Revision 1.469: download - view: text, markup, annotated - select for diffs
Mon Dec 22 10:24:38 2008 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.468: preferred, colored
Changes since revision 1.468: +3 -2 lines
New exception for ColColRef attribute
+ fix several possible overflows
Irene

Revision 1.468: download - view: text, markup, annotated - select for diffs
Thu Dec 11 14:53:26 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-0
Diff to: previous 1.467: preferred, colored
Changes since revision 1.467: +4 -2 lines
New line characters of the xml source were interpreted as line break in the
formatted view.
Irene

Revision 1.467: download - view: text, markup, annotated - select for diffs
Tue Dec 9 11:55:01 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.466: preferred, colored
Changes since revision 1.466: +14 -13 lines
All "EOL" were removed when a XML document is parsed
Irene
CV: ----------------------------------------------------------------------

Revision 1.466: download - view: text, markup, annotated - select for diffs
Fri Nov 14 14:29:46 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.465: preferred, colored
Changes since revision 1.465: +7 -7 lines
Extend the possibility to generate component and use elements.
+ limit possible values of labels
+ Complete the documentation
Irene

Revision 1.465: download - view: text, markup, annotated - select for diffs
Wed Oct 22 14:14:38 2008 UTC (15 years, 7 months ago) by carcone
Branches: MAIN
Diff to: previous 1.464: preferred, colored
Changes since revision 1.464: +29 -0 lines
Don't generate anymore the extra attribute 'EntityName' for XHTML documents
(may causes some problems at parsing and editing with some entities).
This attribute is still generated for entities within MathML documents.
Laurent

Revision 1.464: download - view: text, markup, annotated - select for diffs
Tue Oct 21 15:33:33 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.463: preferred, colored
Changes since revision 1.463: +3 -3 lines
Integration of Regis patches
Irene

Revision 1.463: download - view: text, markup, annotated - select for diffs
Tue Oct 14 10:37:19 2008 UTC (15 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.462: preferred, colored
Changes since revision 1.462: +4 -2 lines
When a template instance is created, the XTiger PI was added to the
template document and all head and components were removed.
Irene

Revision 1.462: download - view: text, markup, annotated - select for diffs
Tue Jul 22 09:01:42 2008 UTC (15 years, 10 months ago) by kia
Branches: MAIN
Diff to: previous 1.461: preferred, colored
Changes since revision 1.461: +1 -1 lines
Modify template loading process.

Revision 1.461: download - view: text, markup, annotated - select for diffs
Wed Jun 11 10:20:19 2008 UTC (16 years ago) by vatton
Branches: MAIN
Diff to: previous 1.460: preferred, colored
Changes since revision 1.460: +3 -21 lines
Prevent a crash
Irene

Revision 1.460: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:48:19 2008 UTC (16 years ago) by vatton
Branches: MAIN
Diff to: previous 1.459: preferred, colored
Changes since revision 1.459: +5 -2 lines
Avoid to generate too EOL characters when savin XML document
Irene

Revision 1.459: download - view: text, markup, annotated - select for diffs
Tue Jun 3 15:04:51 2008 UTC (16 years ago) by vatton
Branches: MAIN
Diff to: previous 1.458: preferred, colored
Changes since revision 1.458: +2 -2 lines
Ctrl Enter generates a xmlbr element within XML documents
Irene

Revision 1.458: download - view: text, markup, annotated - select for diffs
Tue Jun 3 13:21:48 2008 UTC (16 years ago) by vatton
Branches: MAIN
Diff to: previous 1.457: preferred, colored
Changes since revision 1.457: +22 -18 lines
There is now a xmlbr element that registers \n in the XML source
+ the content of XML block is set in lines
Irene

Revision 1.457: download - view: text, markup, annotated - select for diffs
Mon Jun 2 15:44:48 2008 UTC (16 years ago) by vatton
Branches: MAIN
Diff to: previous 1.456: preferred, colored
Changes since revision 1.456: +68 -68 lines
Display place holder in XML documents
and keep linefeeds when the document is saved
Irene

Revision 1.456: download - view: text, markup, annotated - select for diffs
Tue May 20 14:52:06 2008 UTC (16 years ago) by vatton
Branches: MAIN
Diff to: previous 1.455: preferred, colored
Changes since revision 1.455: +8 -7 lines
Support of XTiger libraries
+ change the color of XTiger elements
Irene

Revision 1.455: download - view: text, markup, annotated - select for diffs
Mon May 19 12:28:44 2008 UTC (16 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.454: preferred, colored
Changes since revision 1.454: +7 -12 lines
Register the XML generic URI in the context
+ fix a problem with XML comments
Irene

Revision 1.454: download - view: text, markup, annotated - select for diffs
Fri May 16 12:26:58 2008 UTC (16 years, 1 month ago) by kia
Branches: MAIN
Diff to: previous 1.453: preferred, colored
Changes since revision 1.453: +15 -15 lines
xml comments and xmlpi in templates

Revision 1.453: download - view: text, markup, annotated - select for diffs
Wed May 7 13:49:05 2008 UTC (16 years, 1 month ago) by kia
Branches: MAIN
Diff to: previous 1.452: preferred, colored
Changes since revision 1.452: +9 -9 lines
char* => const char*
(Regis patches + many many others)

Revision 1.452: download - view: text, markup, annotated - select for diffs
Wed Apr 30 14:23:36 2008 UTC (16 years, 1 month ago) by carcone
Branches: MAIN
Diff to: previous 1.451: preferred, colored
Changes since revision 1.451: +30 -6 lines
Fix a bug in the build of internal tree
(the Template context was used to build xlink attributes)
Laurent

Revision 1.451: download - view: text, markup, annotated - select for diffs
Tue Apr 15 14:15:30 2008 UTC (16 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.450: preferred, colored
Changes since revision 1.450: +5 -2 lines
Complete the previous fix
Irene

Revision 1.450: download - view: text, markup, annotated - select for diffs
Thu Mar 27 15:08:29 2008 UTC (16 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.449: preferred, colored
Changes since revision 1.449: +10 -3 lines
Update the root element type when the XML document becomes XHTML or
SVG or MathML
Irene

Revision 1.449: download - view: text, markup, annotated - select for diffs
Wed Mar 26 10:34:05 2008 UTC (16 years, 2 months ago) by kia
Branches: MAIN
Diff to: previous 1.448: preferred, colored
Changes since revision 1.448: +1 -1 lines
Clean up in template management.

Revision 1.448: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:30:23 2008 UTC (16 years, 3 months ago) by carcone
Branches: MAIN
Diff to: previous 1.447: preferred, colored
Changes since revision 1.447: +4 -3 lines
Manage CR in XML documents
Laurent

Revision 1.447: download - view: text, markup, annotated - select for diffs
Fri Mar 14 17:18:57 2008 UTC (16 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.446: preferred, colored
Changes since revision 1.446: +170 -161 lines
The creation of an XHTML template instance was broken
Irene

Revision 1.446: download - view: text, markup, annotated - select for diffs
Fri Mar 14 16:20:19 2008 UTC (16 years, 3 months ago) by carcone
Branches: MAIN
Diff to: previous 1.445: preferred, colored
Changes since revision 1.445: +2 -2 lines
New profile XHTML+RDFa
First step in the support of specific attributes (parsing and save at the moment)
Laurent

Revision 1.445: download - view: text, markup, annotated - select for diffs
Thu Mar 13 13:01:57 2008 UTC (16 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.444: preferred, colored
Changes since revision 1.444: +5 -9 lines
Amaya generated too many AbInLine rules in XML documents
Irene

Revision 1.444: download - view: text, markup, annotated - select for diffs
Tue Mar 11 15:23:15 2008 UTC (16 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.443: preferred, colored
Changes since revision 1.443: +1 -1 lines
Introduce a new exception to detect the root of an object
Irene

Revision 1.443: download - view: text, markup, annotated - select for diffs
Tue Mar 4 11:41:28 2008 UTC (16 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.442: preferred, colored
Changes since revision 1.442: +2 -5 lines
CSS and Background images of external documents were not applied
Irene

Revision 1.442: download - view: text, markup, annotated - select for diffs
Mon Feb 25 11:42:47 2008 UTC (16 years, 3 months ago) by kia
Branches: MAIN
CVS tags: Amaya-10-0
Diff to: previous 1.441: preferred, colored
Changes since revision 1.441: +5 -5 lines
Verify template integrity when loading.

Revision 1.441: download - view: text, markup, annotated - select for diffs
Mon Jan 21 11:01:00 2008 UTC (16 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.440: preferred, colored
Changes since revision 1.440: +14 -13 lines
Amaya reported an error for each list item in strict html document
Irene

Revision 1.440: download - view: text, markup, annotated - select for diffs
Fri Jan 18 16:29:54 2008 UTC (16 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.439: preferred, colored
Changes since revision 1.439: +1 -1 lines
Adding new style functions
Irene

Revision 1.439: download - view: text, markup, annotated - select for diffs
Wed Jan 16 14:20:20 2008 UTC (16 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.438: preferred, colored
Changes since revision 1.438: +3 -1 lines
Improve the management of CSS style lists
Irene

Revision 1.438: download - view: text, markup, annotated - select for diffs
Wed Jan 9 16:24:02 2008 UTC (16 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.437: preferred, colored
Changes since revision 1.437: +8 -3 lines
Transformations didn't work when the parent element is a template element
Irene

Revision 1.437: download - view: text, markup, annotated - select for diffs
Wed Jan 9 13:26:39 2008 UTC (16 years, 5 months ago) by carcone
Branches: MAIN
Diff to: previous 1.436: preferred, colored
Changes since revision 1.436: +17 -1 lines
Amaya didn't complain and could generate invalid markup for an xhtml Strict or Basic document
when an <img> element was not inside a block element
Laurent

Revision 1.436: download - view: text, markup, annotated - select for diffs
Mon Dec 17 14:03:14 2007 UTC (16 years, 6 months ago) by quint
Branches: MAIN
Diff to: previous 1.435: preferred, colored
Changes since revision 1.435: +8 -0 lines
Generate an error message when the XML parser encounters an unknown entity.
VQ

Revision 1.435: download - view: text, markup, annotated - select for diffs
Mon Oct 15 12:24:10 2007 UTC (16 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.434: preferred, colored
Changes since revision 1.434: +10 -6 lines
Don't report an error for old template attributes
+ Allow to reload a template instance
Irene

Revision 1.434: download - view: text, markup, annotated - select for diffs
Tue Jul 3 13:16:28 2007 UTC (16 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55
Diff to: previous 1.433: preferred, colored
Changes since revision 1.433: +1 -1 lines
Display the current value when an image is updated
Irene

Revision 1.433: download - view: text, markup, annotated - select for diffs
Tue Jun 19 17:02:49 2007 UTC (17 years ago) by carcone
Branches: MAIN
Diff to: previous 1.432: preferred, colored
Changes since revision 1.432: +1 -1 lines
Modify my previous commit about a crash while parsing an empty namespace.

Revision 1.432: download - view: text, markup, annotated - select for diffs
Tue Jun 19 16:06:23 2007 UTC (17 years ago) by carcone
Branches: MAIN
Diff to: previous 1.431: preferred, colored
Changes since revision 1.431: +1 -1 lines
Avoid a crash when parsing an empty namespace declaration
Laurent

Revision 1.431: download - view: text, markup, annotated - select for diffs
Wed May 30 15:11:04 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.430: preferred, colored
Changes since revision 1.430: +1 -1 lines
When a XHTML document is parsed, the user stylesheet was loaded too late
Irene

Revision 1.430: download - view: text, markup, annotated - select for diffs
Thu May 10 16:13:25 2007 UTC (17 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.429: preferred, colored
Changes since revision 1.429: +4 -2 lines
Adopt the new xtiger name space
Irene

Revision 1.429: download - view: text, markup, annotated - select for diffs
Wed Mar 28 14:32:51 2007 UTC (17 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.428: preferred, colored
Changes since revision 1.428: +1 -1 lines
Separating style rules coming from the "style" attribute from those generated
by other attributes.
VQ

Revision 1.428: download - view: text, markup, annotated - select for diffs
Wed Mar 14 10:21:27 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.427: preferred, colored
Changes since revision 1.427: +3 -2 lines
When an external object is loaded, the network was set inactive and
following images were never loaded.
Irene

Revision 1.427: download - view: text, markup, annotated - select for diffs
Thu Mar 1 11:27:35 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.426: preferred, colored
Changes since revision 1.426: +2 -5 lines
Bug fix: when a xsl-t file is loaded it could crash the loading of the
following html document.

Irene

Revision 1.426: download - view: text, markup, annotated - select for diffs
Fri Feb 9 08:23:57 2007 UTC (17 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-54
Diff to: previous 1.425: preferred, colored
Changes since revision 1.425: +9 -2 lines
When inserting a text within an empty bag, no paragraph was generated
Irene

Revision 1.425: download - view: text, markup, annotated - select for diffs
Thu Feb 1 15:15:40 2007 UTC (17 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.424: preferred, colored
Changes since revision 1.424: +5 -0 lines
Removing folder
+ don't remove spaces within use elements.
Irene

Revision 1.424: download - view: text, markup, annotated - select for diffs
Thu Feb 1 13:26:02 2007 UTC (17 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.423: preferred, colored
Changes since revision 1.423: +0 -2 lines
Check the component and union names are unique
Fixing several problems with template attributes
Irene

Revision 1.423: download - view: text, markup, annotated - select for diffs
Wed Jan 31 18:33:47 2007 UTC (17 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.422: preferred, colored
Changes since revision 1.422: +2 -0 lines
The flag 'removeLeadingSpaces' was always set to 'TRUE' because the
schema name 'Template' was not included in the test.
I have set it to 'FALSE' for XTiger Template elements. I'm not sure if it should
be always the case or if it should depend of the XTiger element.
Laurent

Revision 1.422: download - view: text, markup, annotated - select for diffs
Fri Jan 26 15:01:06 2007 UTC (17 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.421: preferred, colored
Changes since revision 1.421: +3 -2 lines
Avoid to add surrinding elements within XTIger components
Irene

Revision 1.421: download - view: text, markup, annotated - select for diffs
Wed Jan 24 14:43:36 2007 UTC (17 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.420: preferred, colored
Changes since revision 1.420: +2 -1 lines
Very often Amaya didn't load images included by objects
Irene

Revision 1.420: download - view: text, markup, annotated - select for diffs
Fri Jan 12 13:59:14 2007 UTC (17 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.419: preferred, colored
Changes since revision 1.419: +1 -1 lines
SVG: implenting attributes viewBox and preserveAspectRatio. However,
clipping is still missing when preserveAspectRatio=slice.
VQ

Revision 1.419: download - view: text, markup, annotated - select for diffs
Thu Dec 21 08:00:13 2006 UTC (17 years, 5 months ago) by kia
Branches: MAIN
Diff to: previous 1.418: preferred, colored
Changes since revision 1.418: +5 -0 lines
List insertable elements for templates.
Add interactive status bar.

Revision 1.418: download - view: text, markup, annotated - select for diffs
Fri Dec 1 15:37:54 2006 UTC (17 years, 6 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-53bis, Amaya-9-53
Diff to: previous 1.417: preferred, colored
Changes since revision 1.417: +2 -0 lines
Fixing several problems:
- <% ... %> elements within HTML documents
- Detection of empty <body>
- Avoid to save with an empty encoding

Irene

Revision 1.417: download - view: text, markup, annotated - select for diffs
Thu Nov 23 16:30:00 2006 UTC (17 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.416: preferred, colored
Changes since revision 1.416: +7 -26 lines
Improve the management of white spaces
Irene

Revision 1.416: download - view: text, markup, annotated - select for diffs
Wed Nov 15 13:41:40 2006 UTC (17 years, 7 months ago) by kia
Branches: MAIN
Diff to: previous 1.415: preferred, colored
Changes since revision 1.415: +1 -0 lines
New configuration internal structure for templates and its associated configuration panel.
Emilien

Revision 1.415: download - view: text, markup, annotated - select for diffs
Tue Oct 31 12:11:38 2006 UTC (17 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.414: preferred, colored
Changes since revision 1.414: +0 -2 lines
Check duplicate IDs when synchronizing the source view.
Irene

Revision 1.414: download - view: text, markup, annotated - select for diffs
Mon Oct 30 16:46:02 2006 UTC (17 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.413: preferred, colored
Changes since revision 1.413: +2 -0 lines
New option "CHECK_READ_IDS" not displayed yet in Preferences
Irene

Revision 1.413: download - view: text, markup, annotated - select for diffs
Fri Sep 29 09:42:09 2006 UTC (17 years, 8 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-52
Diff to: previous 1.412: preferred, colored
Changes since revision 1.412: +12 -5 lines
Lock read-only elements of templates
Irene

Revision 1.412: download - view: text, markup, annotated - select for diffs
Thu Sep 28 07:50:59 2006 UTC (17 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.411: preferred, colored
Changes since revision 1.411: +9 -13 lines
Generate two kind of use xtiger elements.

Warning: "configure" and "make depend" are needed
Irene

Revision 1.411: download - view: text, markup, annotated - select for diffs
Tue Sep 26 14:38:31 2006 UTC (17 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.410: preferred, colored
Changes since revision 1.410: +28 -7 lines
Detect more errors in xhtml parsing (ol and ul lists should contain only li elements,
a dl list sould contain only dt/dd elements)
Laurent

Revision 1.410: download - view: text, markup, annotated - select for diffs
Fri Sep 15 16:52:56 2006 UTC (17 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.409: preferred, colored
Changes since revision 1.409: +7 -0 lines
Raise a parsing error when an there is an element within the <title>
Laurent

Revision 1.409: download - view: text, markup, annotated - select for diffs
Tue Aug 22 08:57:28 2006 UTC (17 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.408: preferred, colored
Changes since revision 1.408: +5 -4 lines
Don't try to display CSS properties on PICTURE_UNIT
+ check RemoveLeadingSpace to ignore empty pseudo paragraphs
Irene

Revision 1.408: download - view: text, markup, annotated - select for diffs
Fri Aug 18 15:53:20 2006 UTC (17 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.407: preferred, colored
Changes since revision 1.407: +43 -20 lines
Avoid to generate empty pseudo paragraphs.
Irene

Revision 1.407: download - view: text, markup, annotated - select for diffs
Wed Jul 12 14:17:54 2006 UTC (17 years, 11 months ago) by francesc
Branches: MAIN
Diff to: previous 1.406: preferred, colored
Changes since revision 1.406: +0 -1 lines
Removed some include links to non existing files

Revision 1.406: download - view: text, markup, annotated - select for diffs
Fri Jun 9 10:42:00 2006 UTC (18 years ago) by vatton
Branches: MAIN
Diff to: previous 1.405: preferred, colored
Changes since revision 1.405: +5 -2 lines
Aamaya didn't display objet and iframe that refer a not well formed XHTML document
Irene

Revision 1.405: download - view: text, markup, annotated - select for diffs
Wed May 17 08:25:18 2006 UTC (18 years, 1 month ago) by francesc
Branches: MAIN
Diff to: previous 1.404: preferred, colored
Changes since revision 1.404: +1 -1 lines
*** empty log message ***

Revision 1.404: download - view: text, markup, annotated - select for diffs
Thu Apr 27 15:51:47 2006 UTC (18 years, 1 month ago) by francesc
Branches: MAIN
Diff to: previous 1.403: preferred, colored
Changes since revision 1.403: +2 -2 lines
First version for XTiger templates. Some old templates files has been modified.

Revision 1.403: download - view: text, markup, annotated - select for diffs
Wed Apr 19 13:16:44 2006 UTC (18 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-9-51
Diff to: previous 1.402: preferred, colored
Changes since revision 1.402: +6 -3 lines
Bug fix: Amaya removed some white-space characters when it loaded  html documents
as long as it didn't load an xhtml doc.
Laurent

Revision 1.402: download - view: text, markup, annotated - select for diffs
Thu Apr 6 07:41:40 2006 UTC (18 years, 2 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-5
Diff to: previous 1.401: preferred, colored
Changes since revision 1.401: +1 -2 lines
Complete the fix of comments in the middle of a text unit.
Irene

Revision 1.401: download - view: text, markup, annotated - select for diffs
Wed Apr 5 15:39:50 2006 UTC (18 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.400: preferred, colored
Changes since revision 1.400: +1 -0 lines
ndling spaces around a comment in the middle of a text unit.
VQ

Revision 1.400: download - view: text, markup, annotated - select for diffs
Wed Apr 5 15:32:43 2006 UTC (18 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.399: preferred, colored
Changes since revision 1.399: +1 -0 lines
Do not create multiple <body> elements when there is a comment
beteween <head> and <body>
VQ + IV

Revision 1.399: download - view: text, markup, annotated - select for diffs
Mon Apr 3 15:05:14 2006 UTC (18 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.398: preferred, colored
Changes since revision 1.398: +8 -7 lines
Complete the management of comments.
Irene

Revision 1.398: download - view: text, markup, annotated - select for diffs
Wed Mar 29 16:23:22 2006 UTC (18 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.397: preferred, colored
Changes since revision 1.397: +87 -56 lines
Merge HML and XML functions that check leading spaces
Irene

Revision 1.397: download - view: text, markup, annotated - select for diffs
Mon Mar 6 12:14:44 2006 UTC (18 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.396: preferred, colored
Changes since revision 1.396: +18 -3 lines
A comment at the beginning of a table closed the table element
Irene

Revision 1.396: download - view: text, markup, annotated - select for diffs
Fri Feb 10 12:07:04 2006 UTC (18 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-9-4
Diff to: previous 1.395: preferred, colored
Changes since revision 1.395: +1 -1 lines
Fix a warning
Irene

Revision 1.395: download - view: text, markup, annotated - select for diffs
Mon Feb 6 15:52:46 2006 UTC (18 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.394: preferred, colored
Changes since revision 1.394: +1 -1 lines
New function TtaUpdateAttrMenu.

Irene

Revision 1.394: download - view: text, markup, annotated - select for diffs
Thu Jan 26 14:52:05 2006 UTC (18 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.393: preferred, colored
Changes since revision 1.393: +3 -3 lines
Fixing problems reported by Insure++
Irene

Revision 1.393: download - view: text, markup, annotated - select for diffs
Thu Jan 19 10:52:09 2006 UTC (18 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.392: preferred, colored
Changes since revision 1.392: +1 -1 lines
Fixing a crash when parsing generic XML documents
VQ

Revision 1.392: download - view: text, markup, annotated - select for diffs
Tue Jan 17 17:04:02 2006 UTC (18 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.391: preferred, colored
Changes since revision 1.391: +10 -0 lines
HTML parser: a <script> element could be prematurely closed by a
   string constant that looks like a closing tag.
VQ

Revision 1.391: download - view: text, markup, annotated - select for diffs
Tue Jan 17 15:03:22 2006 UTC (18 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.390: preferred, colored
Changes since revision 1.390: +11 -0 lines
Irene

Revision 1.390: download - view: text, markup, annotated - select for diffs
Wed Jan 4 14:44:12 2006 UTC (18 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.389: preferred, colored
Changes since revision 1.389: +24 -1 lines
Bug fix: Amaya was unable to display properly html parsing errors before and after css parsing errors.
Laurent

Revision 1.389: download - view: text, markup, annotated - select for diffs
Mon Nov 28 11:44:52 2005 UTC (18 years, 6 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-3
Diff to: previous 1.388: preferred, colored
Changes since revision 1.388: +46 -47 lines
When a document has a doctype that accepts Math entities, Amaya generates
these entities even if they are not included within a Math element.

Irene

Revision 1.388: download - view: text, markup, annotated - select for diffs
Fri Sep 30 15:41:01 2005 UTC (18 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.387: preferred, colored
Changes since revision 1.387: +19 -53 lines
Fix some bugs with read buffers.
Irene

Revision 1.387: download - view: text, markup, annotated - select for diffs
Wed Sep 28 16:06:36 2005 UTC (18 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.386: preferred, colored
Changes since revision 1.386: +35 -18 lines
Support of gb2312 encoding.
Irene

Revision 1.386: download - view: text, markup, annotated - select for diffs
Thu Sep 22 10:16:54 2005 UTC (18 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.385: preferred, colored
Changes since revision 1.385: +2 -2 lines
Adding BG_2312 encoding.
Irene

Revision 1.385: download - view: text, markup, annotated - select for diffs
Thu Aug 18 12:32:23 2005 UTC (18 years, 10 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.384: preferred, colored
Changes since revision 1.384: +9 -2 lines
- Add a template_id meta only for the template itself, to store the version and the path of the template.
- Bug fixes

A. Tollenaere

Revision 1.384: download - view: text, markup, annotated - select for diffs
Tue Jul 12 09:56:29 2005 UTC (18 years, 11 months ago) by tollenae
Branches: MAIN
CVS tags: Amaya-9-2-1
Diff to: previous 1.383: preferred, colored
Changes since revision 1.383: +2 -2 lines
Adding code for templates loading.

A. Tollenaere

Revision 1.383: download - view: text, markup, annotated - select for diffs
Fri Jul 8 14:20:40 2005 UTC (18 years, 11 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.382: preferred, colored
Changes since revision 1.382: +37 -0 lines
Add thot schema for templates.

A. Tollenaere

Revision 1.382: download - view: text, markup, annotated - select for diffs
Thu Jul 7 12:24:16 2005 UTC (18 years, 11 months ago) by gully
Branches: MAIN
CVS tags: Amaya-9-2
Diff to: previous 1.381: preferred, colored
Changes since revision 1.381: +3472 -3472 lines
+ fix a thotbool ambiguity in mathmlbuilder
+ code cleaning
+ debian scripts update
S. GULLY

Revision 1.381: download - view: text, markup, annotated - select for diffs
Wed Jun 22 13:15:01 2005 UTC (18 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.380: preferred, colored
Changes since revision 1.380: +10 -10 lines
Improve the support of CSS media.
Irene

Revision 1.380: download - view: text, markup, annotated - select for diffs
Tue Jun 7 13:37:11 2005 UTC (19 years ago) by gully
Branches: MAIN
Diff to: previous 1.379: preferred, colored
Changes since revision 1.379: +2 -2 lines
code cleaning + warning fixes
S. GULLY

Revision 1.379: download - view: text, markup, annotated - select for diffs
Tue May 31 11:12:41 2005 UTC (19 years ago) by cvs
Branches: MAIN
Diff to: previous 1.378: preferred, colored
Changes since revision 1.378: +1 -2 lines
A TEXT_UNIT element was created with the schema of the last created
element. It is now build with it's parent schema.
Laurent

Revision 1.378: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:34 2005 UTC (19 years ago) by vatton
Branches: MAIN
Diff to: previous 1.377: preferred, colored
Changes since revision 1.377: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.377: download - view: text, markup, annotated - select for diffs
Mon May 2 13:44:39 2005 UTC (19 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.376: preferred, colored
Changes since revision 1.376: +26 -3 lines
Complete the support of xml:id in HTML, SVG and MathML documents.
Support of data: formats with stylesheet PIs.
Irene

Revision 1.376: download - view: text, markup, annotated - select for diffs
Wed Apr 27 11:31:31 2005 UTC (19 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.375: preferred, colored
Changes since revision 1.375: +7 -14 lines
Invalid ids in SVG and MathML were reported twice.
Irene

Revision 1.375: download - view: text, markup, annotated - select for diffs
Tue Apr 26 13:50:10 2005 UTC (19 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.374: preferred, colored
Changes since revision 1.374: +21 -1 lines
Complete the translation of xml_space into xml:space
XML documents were not autmatically synchronized with the source
Check unicity of IDs with SVG, MathML and XML elements.
Irene

Revision 1.374: download - view: text, markup, annotated - select for diffs
Tue Apr 26 09:17:18 2005 UTC (19 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.373: preferred, colored
Changes since revision 1.373: +3 -1 lines
Support of xml:id
Irene

Revision 1.373: download - view: text, markup, annotated - select for diffs
Fri Apr 1 14:28:02 2005 UTC (19 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.372: preferred, colored
Changes since revision 1.372: +6 -0 lines
Bug fix on xml parsing: disable the structure chekcing of the main tree
when we make a copy of an external sub-tree. This bug caused the display
of a popup when a mandatory value for an attribute was missing in the
external document.
Laurent

Revision 1.372: download - view: text, markup, annotated - select for diffs
Wed Mar 23 09:57:44 2005 UTC (19 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.371: preferred, colored
Changes since revision 1.371: +6 -1 lines
For generic xml documents, an element without uri (namespace) didn't always
take the (Thot) schema of it's parent.
Laurent

Revision 1.371: download - view: text, markup, annotated - select for diffs
Tue Mar 22 17:02:32 2005 UTC (19 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.370: preferred, colored
Changes since revision 1.370: +16 -10 lines
For generic xml documents, an element without associated uri now takes the
Thot schema of it's parent.
Laurent

Revision 1.370: download - view: text, markup, annotated - select for diffs
Mon Mar 7 10:13:15 2005 UTC (19 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.369: preferred, colored
Changes since revision 1.369: +2 -2 lines
Fixing a loop with imported style sheets.
Irene

Revision 1.369: download - view: text, markup, annotated - select for diffs
Wed Jan 12 10:17:46 2005 UTC (19 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-1
Diff to: previous 1.368: preferred, colored
Changes since revision 1.368: +4 -4 lines
Sometimes the displayed view was not refreshed in the WX version.
Cancel the selection only when it's located in the reparsed document.
Irene

Revision 1.368: download - view: text, markup, annotated - select for diffs
Thu Jan 6 13:50:04 2005 UTC (19 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.367: preferred, colored
Changes since revision 1.367: +4 -4 lines
The caret was lost.
Irene

Revision 1.367: download - view: text, markup, annotated - select for diffs
Thu Jan 6 12:00:20 2005 UTC (19 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.366: preferred, colored
Changes since revision 1.366: +11 -8 lines
Avoid to insert a selection when a doctype is created.
Irene

Revision 1.366: download - view: text, markup, annotated - select for diffs
Mon Nov 22 17:02:12 2004 UTC (19 years, 6 months ago) by quint
Branches: MAIN
Diff to: previous 1.365: preferred, colored
Changes since revision 1.365: +21 -2 lines
Add an empty text element after a <math> element that is the last child
of its parent XHTML element.
VQ

Revision 1.365: download - view: text, markup, annotated - select for diffs
Tue Oct 19 07:56:03 2004 UTC (19 years, 8 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-7
Diff to: previous 1.364: preferred, colored
Changes since revision 1.364: +10 -2 lines
Amaya didn't load CSS files with non-ASCII name.
Fixing errors reported by insure++.
Irene

Revision 1.364: download - view: text, markup, annotated - select for diffs
Thu Oct 14 11:08:05 2004 UTC (19 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.363: preferred, colored
Changes since revision 1.363: +7 -7 lines
Improve the management of mandatory attributes in the GTK version.
+ fix some bugs with the set of structure checking.
Irene

Revision 1.363: download - view: text, markup, annotated - select for diffs
Wed Oct 13 09:44:40 2004 UTC (19 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.362: preferred, colored
Changes since revision 1.362: +4 -4 lines
Use Thot functions to open local files.
Irene

Revision 1.362: download - view: text, markup, annotated - select for diffs
Tue Oct 12 14:14:52 2004 UTC (19 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.361: preferred, colored
Changes since revision 1.361: +10 -3 lines
Fix a crash caused by my recent modifs in namespace managing.
Laurent

Revision 1.361: download - view: text, markup, annotated - select for diffs
Fri Oct 8 17:11:52 2004 UTC (19 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.360: preferred, colored
Changes since revision 1.360: +52 -29 lines
Improve the support of default namespaces (the parent's namespace
is no longer considered when a empty default namespace is encoutered).
Laurent

Revision 1.360: download - view: text, markup, annotated - select for diffs
Fri Oct 8 12:31:21 2004 UTC (19 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.359: preferred, colored
Changes since revision 1.359: +28 -28 lines
Improvement in the support of undeclared prefixes
Laurent

Revision 1.359: download - view: text, markup, annotated - select for diffs
Thu Oct 7 07:43:34 2004 UTC (19 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.358: preferred, colored
Changes since revision 1.358: +8 -3 lines
The SVG xlink:href attribute didn't work.
Irene

Revision 1.358: download - view: text, markup, annotated - select for diffs
Wed Oct 6 17:26:59 2004 UTC (19 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.357: preferred, colored
Changes since revision 1.357: +66 -16 lines
Amaya now generates a warning for undeclared xml prefixes
Laurent

Revision 1.357: download - view: text, markup, annotated - select for diffs
Wed Sep 29 15:39:48 2004 UTC (19 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.356: preferred, colored
Changes since revision 1.356: +4 -0 lines
Prevent a crash when parsing a -1 content length document
Laurent

Revision 1.356: download - view: text, markup, annotated - select for diffs
Fri Sep 24 14:56:59 2004 UTC (19 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.355: preferred, colored
Changes since revision 1.355: +6 -6 lines
The user style sheet is now loaded whatever the type of the document
Laurent

Revision 1.355: download - view: text, markup, annotated - select for diffs
Thu Sep 23 14:13:46 2004 UTC (19 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.354: preferred, colored
Changes since revision 1.354: +0 -4 lines
CSS: implementing value "list-item" for property "display", and
properties list-style-type and list-style-position.
VQ

Revision 1.354: download - view: text, markup, annotated - select for diffs
Mon Sep 13 12:36:13 2004 UTC (19 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.353: preferred, colored
Changes since revision 1.353: +0 -2 lines
Removing the old "Section Numbering command"
Irene

Revision 1.353: download - view: text, markup, annotated - select for diffs
Fri Aug 27 12:55:39 2004 UTC (19 years, 9 months ago) by quint
Branches: MAIN
Diff to: previous 1.352: preferred, colored
Changes since revision 1.352: +2 -1 lines
Allow structre schemas and presentation schemas to have long names.
VQ

Revision 1.352: download - view: text, markup, annotated - select for diffs
Mon Jul 5 16:43:27 2004 UTC (19 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-6
Diff to: previous 1.351: preferred, colored
Changes since revision 1.351: +3 -1 lines
Avoid to generate aplphanumeric entities when the document doesn't
include a DOCTYPE.
Don't generate for all XHTML documents.
Irene

Revision 1.351: download - view: text, markup, annotated - select for diffs
Fri Jul 2 18:19:40 2004 UTC (19 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.350: preferred, colored
Changes since revision 1.350: +2 -0 lines
Fixing a bug in the namespaces handling
Laurent

Revision 1.350: download - view: text, markup, annotated - select for diffs
Fri Jul 2 16:46:07 2004 UTC (19 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.349: preferred, colored
Changes since revision 1.349: +82 -67 lines
Reject SVG and MathML elements within XHTML strict and basic documents.
Irene

Revision 1.349: download - view: text, markup, annotated - select for diffs
Fri Jun 18 17:13:02 2004 UTC (20 years ago) by quint
Branches: MAIN
Diff to: previous 1.348: preferred, colored
Changes since revision 1.348: +6 -2 lines
Generic XML: a new dialog to create elements and element types.
VQ

Revision 1.348: download - view: text, markup, annotated - select for diffs
Thu Jun 10 14:43:52 2004 UTC (20 years ago) by vatton
Branches: MAIN
Diff to: previous 1.347: preferred, colored
Changes since revision 1.347: +19 -9 lines
Improving the detection of invalid utf-8 characters with expat
Irene

Revision 1.347: download - view: text, markup, annotated - select for diffs
Tue Jun 1 15:50:41 2004 UTC (20 years ago) by vatton
Branches: MAIN
Diff to: previous 1.346: preferred, colored
Changes since revision 1.346: +6 -3 lines
Generate a specific error message when an invalid character is found.
Irene

Revision 1.346: download - view: text, markup, annotated - select for diffs
Thu Mar 18 15:46:43 2004 UTC (20 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-5, Amaya-8-4
Diff to: previous 1.345: preferred, colored
Changes since revision 1.345: +1 -1 lines
Unused variable.
Irene

Revision 1.345: download - view: text, markup, annotated - select for diffs
Wed Mar 17 17:59:59 2004 UTC (20 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.344: preferred, colored
Changes since revision 1.344: +25 -14 lines
- Support of the <iframe> element in the same way as <object>
- Rename some elements used for <objects>
- The root element of external documents could be deleted from the formatted view
- preserve the CR characters within a <textarea>

*** Do a make clean before compiling

Laurent

Revision 1.344: download - view: text, markup, annotated - select for diffs
Tue Feb 24 17:27:38 2004 UTC (20 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-3
Diff to: previous 1.343: preferred, colored
Changes since revision 1.343: +1 -1 lines
Fixing a typo
Laurent

Revision 1.343: download - view: text, markup, annotated - select for diffs
Tue Feb 24 15:20:17 2004 UTC (20 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.342: preferred, colored
Changes since revision 1.342: +1 -7 lines
Complete my previous commit about the Doctype menu
Laurent

Revision 1.342: download - view: text, markup, annotated - select for diffs
Mon Feb 23 13:39:06 2004 UTC (20 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.341: preferred, colored
Changes since revision 1.341: +4 -4 lines
Regenerate the document source when the encoding changes.
Fix a problem with line numbers.
Irene

Revision 1.341: download - view: text, markup, annotated - select for diffs
Mon Feb 23 09:17:33 2004 UTC (20 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.340: preferred, colored
Changes since revision 1.340: +1 -1 lines
Definition lists generated by transformation could not be edited.
Adding new transformation rules.
Irene

Revision 1.340: download - view: text, markup, annotated - select for diffs
Fri Feb 20 18:47:56 2004 UTC (20 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.339: preferred, colored
Changes since revision 1.339: +37 -35 lines
Progress on the doctype menu. Not yet achieved (in particular, the html parser
has not been modified)
Laurent

Revision 1.339: download - view: text, markup, annotated - select for diffs
Fri Feb 20 11:12:29 2004 UTC (20 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.338: preferred, colored
Changes since revision 1.338: +25 -19 lines
Fix conflicts + first step for the 'Change doctype' menu
Laurent

Revision 1.338: download - view: text, markup, annotated - select for diffs
Thu Feb 19 17:26:20 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.337: preferred, colored
Changes since revision 1.337: +43 -30 lines
Don't let expat parse the XML declaration when the charset is known.
Irene

Revision 1.337: download - view: text, markup, annotated - select for diffs
Thu Feb 19 16:19:14 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.336: preferred, colored
Changes since revision 1.336: +2 -6 lines
New functions to change the document encoding.
Irene

Revision 1.336: download - view: text, markup, annotated - select for diffs
Thu Feb 19 10:42:57 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.335: preferred, colored
Changes since revision 1.335: +7 -9 lines
Make the table menus available only in the formatted view.
Make the function StartXmlParser more robust.
Irene

Revision 1.335: download - view: text, markup, annotated - select for diffs
Wed Feb 11 09:57:45 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.334: preferred, colored
Changes since revision 1.334: +4 -14 lines
Detect unsupported encodings.
Irene

Revision 1.334: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:05 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.333: preferred, colored
Changes since revision 1.333: +2 -67 lines
Removing _I18N_ within amaya and annotlib directories
Extending the copyright to 2004
Adding needed convertions utf-8 to the default charset.
Irene

Revision 1.333: download - view: text, markup, annotated - select for diffs
Wed Dec 24 11:16:31 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.332: preferred, colored
Changes since revision 1.332: +4 -11 lines
Improvement to the handling of the height attribute for elements
<object>.
VQ

Revision 1.332: download - view: text, markup, annotated - select for diffs
Tue Nov 18 08:10:23 2003 UTC (20 years, 7 months ago) by gully
Branches: MAIN
Diff to: previous 1.331: preferred, colored
Changes since revision 1.331: +392 -357 lines
This is the Amaya C++ version : ie amaya uses now g++ (c++ version of gcc)

WARNING:
Before compilation do :
    - On debian just install g++ : "apt-get install g++"
    - A cvs update into libwww directory because there is a expat header to update.
    - "rm -rf *"
    - "../configure [options...]"

S. GULLY

Revision 1.331: download - view: text, markup, annotated - select for diffs
Tue Oct 28 11:38:29 2003 UTC (20 years, 7 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-2
Diff to: previous 1.330: preferred, colored
Changes since revision 1.330: +0 -3 lines
Complete and adapt the Auto_Save option:
- Adding an "Generate backup files" entry in the General preferences menu.
- There were 2 global variables AUTO_SAVE and AUTOSAVE, only one now.
- There were one saving interval by document, one global variable now.

Moving "Show background images" into the Browsing preferences menu.
Removing the "Double click delay" into the General preferences menu.
Irene

Revision 1.330: download - view: text, markup, annotated - select for diffs
Wed Oct 22 15:52:21 2003 UTC (20 years, 7 months ago) by quint
Branches: MAIN
Diff to: previous 1.329: preferred, colored
Changes since revision 1.329: +1 -1 lines
XHTML: fixing a bug with inline elements.
VQ

Revision 1.329: download - view: text, markup, annotated - select for diffs
Wed Oct 22 13:04:12 2003 UTC (20 years, 7 months ago) by quint
Branches: MAIN
Diff to: previous 1.328: preferred, colored
Changes since revision 1.328: +1 -1 lines
HTML: fixing a crash that happened when parsing a <textarea> that
      contained some text.
VQ

Revision 1.328: download - view: text, markup, annotated - select for diffs
Fri Oct 17 15:11:57 2003 UTC (20 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.327: preferred, colored
Changes since revision 1.327: +2 -2 lines
Infra-structure for the Auto save function in Amaya.
A new variable in Amaya registry (AUTO_SAVE) enables (if positive) or
disables (if null or missing) the auto save.
For the moment, this variable is set to '0' and "shouldn't" causes new disruptions.
Laurent

Revision 1.327: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:17:48 2003 UTC (20 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.326: preferred, colored
Changes since revision 1.326: +2 -1 lines
HTML: it was impossible to insert an image as a sibling of an empty
      <a> or <strong> or <code>... element within a table cell.
VQ

Revision 1.326: download - view: text, markup, annotated - select for diffs
Fri Sep 26 11:44:14 2003 UTC (20 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.325: preferred, colored
Changes since revision 1.325: +9 -9 lines
Coloration of the source view + log files.
Irene

Revision 1.325: download - view: text, markup, annotated - select for diffs
Mon Sep 22 09:19:59 2003 UTC (20 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.324: preferred, colored
Changes since revision 1.324: +1 -0 lines
When an XHTML or XML file started with an empty line, this line was
discarded when numbering lines and error messages generated by the
parser were pointing at the wrong line in the source code.
VQ

Revision 1.324: download - view: text, markup, annotated - select for diffs
Wed Sep 10 13:52:26 2003 UTC (20 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.323: preferred, colored
Changes since revision 1.323: +6 -61 lines
No-supported namespaces within supported one's are now treated as generic xml
Laurent

Revision 1.323: download - view: text, markup, annotated - select for diffs
Fri Sep 5 09:38:37 2003 UTC (20 years, 9 months ago) by quint
Branches: MAIN
Diff to: previous 1.322: preferred, colored
Changes since revision 1.322: +6 -0 lines
Amaya no longer checks the unicity of IDs when including an external
document through an <object> or <embed> tag. This allows Amaya to pass
test 1.3 of the CSS1 test suite.
VQ

Revision 1.322: download - view: text, markup, annotated - select for diffs
Tue Sep 2 17:12:35 2003 UTC (20 years, 9 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-1b
Diff to: previous 1.321: preferred, colored
Changes since revision 1.321: +6 -6 lines
Improve the presentation and the translation of not supported XML elements and attributes.
Laurent

Revision 1.321: download - view: text, markup, annotated - select for diffs
Fri Jul 4 11:18:11 2003 UTC (20 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-1
Diff to: previous 1.320: preferred, colored
Changes since revision 1.320: +11 -3 lines
Fix a bug in the parsing of a transformation that
doesn't contain a 'main root'(like transforming a
<td></td><td></td><td></td> sequence into <th></th><th></th><th></th>).
Laurent

Revision 1.320: download - view: text, markup, annotated - select for diffs
Fri Jul 4 10:03:39 2003 UTC (20 years, 11 months ago) by quint
Branches: MAIN
Diff to: previous 1.319: preferred, colored
Changes since revision 1.319: +10 -2 lines
Command Synchronize did not saved the right URL of the document
in the parsing error log file.
VQ

Revision 1.319: download - view: text, markup, annotated - select for diffs
Wed Jun 25 15:29:18 2003 UTC (20 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.318: preferred, colored
Changes since revision 1.318: +7 -9 lines
Generate a name for each added presentation schema.
Manage a style sheet loaded by a PI like a style sheet loaded by a link.
Fix several bugs reported by insure.
Irene

Revision 1.318: download - view: text, markup, annotated - select for diffs
Wed Jun 25 10:54:45 2003 UTC (20 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.317: preferred, colored
Changes since revision 1.317: +20 -2 lines
Add an internal attribute to specify if an xhtml pi
is related to a css style sheet or not.
Laurent

Revision 1.317: download - view: text, markup, annotated - select for diffs
Fri Jun 13 13:11:56 2003 UTC (21 years ago) by cvs
Branches: MAIN
Diff to: previous 1.316: preferred, colored
Changes since revision 1.316: +2 -0 lines
Fix a recent warning
Laurent

Revision 1.316: download - view: text, markup, annotated - select for diffs
Thu Jun 12 14:46:16 2003 UTC (21 years ago) by vatton
Branches: MAIN
Diff to: previous 1.315: preferred, colored
Changes since revision 1.315: +3 -2 lines
Bug fix: auto margins didn't work with tables.
Irene

Revision 1.315: download - view: text, markup, annotated - select for diffs
Thu May 22 15:05:16 2003 UTC (21 years ago) by vatton
Branches: MAIN
Diff to: previous 1.314: preferred, colored
Changes since revision 1.314: +11 -24 lines
Amaya dind'nt recognize a list of media descriptors in
XML stylesheet PI.
Irene

Revision 1.314: download - view: text, markup, annotated - select for diffs
Wed May 21 11:21:19 2003 UTC (21 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.313: preferred, colored
Changes since revision 1.313: +0 -6 lines
Code clean up + uninitialized variable.
Irene

Revision 1.313: download - view: text, markup, annotated - select for diffs
Mon May 19 12:45:47 2003 UTC (21 years, 1 month ago) by cheyroul
Branches: MAIN
Diff to: previous 1.312: preferred, colored
Changes since revision 1.312: +2 -2 lines

Fix svg external <use> with both file on a web server

Revision 1.312: download - view: text, markup, annotated - select for diffs
Fri May 9 15:40:48 2003 UTC (21 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.311: preferred, colored
Changes since revision 1.311: +1 -1 lines
Don't consider a "unsupported laguage" as a severe error.
Accept the CSS selector "*"
Irene

Revision 1.311: download - view: text, markup, annotated - select for diffs
Fri Apr 18 08:27:22 2003 UTC (21 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-0
Diff to: previous 1.310: preferred, colored
Changes since revision 1.310: +59 -11 lines
CSS for xml documents are now treated once the whole
document is parsed.
Laurent

Revision 1.310: download - view: text, markup, annotated - select for diffs
Wed Apr 2 14:04:47 2003 UTC (21 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.309: preferred, colored
Changes since revision 1.309: +28 -15 lines
The trailing spaces of included pseudo-paragraphs were
not always removed.
Laurent

Revision 1.309: download - view: text, markup, annotated - select for diffs
Wed Mar 26 15:35:03 2003 UTC (21 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.308: preferred, colored
Changes since revision 1.308: +8 -11 lines
Fix bugs, memory leaks, and warnings reported by Insure.
Respect Amaya conventions (Element fields are named El..., etc.)
Irene

Revision 1.308: download - view: text, markup, annotated - select for diffs
Tue Mar 25 14:53:30 2003 UTC (21 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.307: preferred, colored
Changes since revision 1.307: +2 -10 lines
Bug fix:
Amaya complained that a document with a BOM character but
without a doctype declaration was not-well formed.
Laurent

Revision 1.307: download - view: text, markup, annotated - select for diffs
Mon Mar 24 11:39:45 2003 UTC (21 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.306: preferred, colored
Changes since revision 1.306: +0 -50 lines
Remove NEW_EXPAT flag
Laurent

Revision 1.306: download - view: text, markup, annotated - select for diffs
Thu Mar 6 15:56:15 2003 UTC (21 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.305: preferred, colored
Changes since revision 1.305: +229 -46 lines
Modifications to take into account some changes in the new version of Expat,
particularly the new behaviour of Doctype handler and the new handler 'SkippedEntity'.
Unfortunately, there is no way to report general entities in attribute value
without patch that version.
Laurent

Revision 1.305: download - view: text, markup, annotated - select for diffs
Mon Mar 3 17:20:58 2003 UTC (21 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.304: preferred, colored
Changes since revision 1.304: +51 -46 lines
The length of new xml elements is no longer limited by MAX_NAME_LENGTH (32 char.)
(The name and orig_name of the elements are now allocated dynamically).
As this limit is still used for the compilers, avoid to define elements in S schemas
whose name length is greater than 32.

Ps: These modifications revealed a memory bug in the version of Expat
used by Amaya, bug fixed in the more recent versions.

Laurent

Revision 1.304: download - view: text, markup, annotated - select for diffs
Wed Feb 19 15:32:29 2003 UTC (21 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.303: preferred, colored
Changes since revision 1.303: +4 -1 lines
CSS: Reapply CSS style sheets when background images are loaded.
Irene

Revision 1.303: download - view: text, markup, annotated - select for diffs
Fri Feb 14 14:47:27 2003 UTC (21 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.302: preferred, colored
Changes since revision 1.302: +40 -22 lines
Amaya now generates parsing error message when it parses
a generic xml element/attribute whose length is greater than
the Thotlib limit
Laurent

Revision 1.302: download - view: text, markup, annotated - select for diffs
Fri Jan 31 09:06:30 2003 UTC (21 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-7-2
Diff to: previous 1.301: preferred, colored
Changes since revision 1.301: +1 -1 lines
Comments and PIs were not treated for external xml documents
Laurent

Revision 1.301: download - view: text, markup, annotated - select for diffs
Thu Jan 30 17:55:12 2003 UTC (21 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.300: preferred, colored
Changes since revision 1.300: +8 -22 lines
Copy the external sub-trees rather than move them
Laurent

Revision 1.300: download - view: text, markup, annotated - select for diffs
Thu Jan 30 17:25:52 2003 UTC (21 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.299: preferred, colored
Changes since revision 1.299: +18 -6 lines
Copy the external-subtrees in case of objects
Laurent

Revision 1.299: download - view: text, markup, annotated - select for diffs
Thu Jan 30 16:30:00 2003 UTC (21 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.298: preferred, colored
Changes since revision 1.298: +14 -10 lines
Call the function to update the images and the links of an external document
Laurent

Revision 1.298: download - view: text, markup, annotated - select for diffs
Tue Jan 28 19:17:54 2003 UTC (21 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.297: preferred, colored
Changes since revision 1.297: +28 -22 lines
Relative references from a remote external document were
not searched with it's original url.
Laurent

Revision 1.297: download - view: text, markup, annotated - select for diffs
Tue Jan 28 12:13:10 2003 UTC (21 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.296: preferred, colored
Changes since revision 1.296: +5 -2 lines
Load CSS style sheets of embedded documents
Irene

Revision 1.296: download - view: text, markup, annotated - select for diffs
Tue Jan 28 12:08:21 2003 UTC (21 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.295: preferred, colored
Changes since revision 1.295: +5 -25 lines
Bug fix: crash when releasing style sheets of imported documents.
         Link edit of print works well now.
VQ

Revision 1.295: download - view: text, markup, annotated - select for diffs
Tue Jan 28 08:30:05 2003 UTC (21 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.294: preferred, colored
Changes since revision 1.294: +7 -13 lines
CSS: When an <object> or an <img> in XHTML or a <use> in SVG includes
     an external document whch has its own style sheets, only those
     style sheets are applied to the included document.
VQ.

Revision 1.294: download - view: text, markup, annotated - select for diffs
Mon Jan 27 17:34:45 2003 UTC (21 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.293: preferred, colored
Changes since revision 1.293: +29 -21 lines
Fix some memory problems.
Laurent

Revision 1.293: download - view: text, markup, annotated - select for diffs
Mon Jan 27 12:19:35 2003 UTC (21 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.292: preferred, colored
Changes since revision 1.292: +6 -0 lines
Accept a newline before the XML declaration.
Irene

Revision 1.292: download - view: text, markup, annotated - select for diffs
Fri Jan 24 17:33:49 2003 UTC (21 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.291: preferred, colored
Changes since revision 1.291: +20 -1 lines
Remove the Thot internal attributes 'height'
for an 'object' with a reference to an external document
Laurent + Vincent

Revision 1.291: download - view: text, markup, annotated - select for diffs
Fri Jan 24 16:03:38 2003 UTC (21 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.290: preferred, colored
Changes since revision 1.290: +8 -3 lines
SVG: attributes of "use" elements could not be edited.
VQ

Revision 1.290: download - view: text, markup, annotated - select for diffs
Thu Jan 23 15:06:49 2003 UTC (21 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.289: preferred, colored
Changes since revision 1.289: +205 -215 lines
First step in managing external objects
(external style sheets are not yet taken into account).
Laurent

Revision 1.289: download - view: text, markup, annotated - select for diffs
Tue Jan 21 16:18:29 2003 UTC (21 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.288: preferred, colored
Changes since revision 1.288: +1 -1 lines
Bug fix: By error name/id were changed even if the new name and id
apply to the same element.
The collision of id was not checked for cells, rows, math, svg elements.
Irene

Revision 1.288: download - view: text, markup, annotated - select for diffs
Fri Jan 10 10:50:43 2003 UTC (21 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.287: preferred, colored
Changes since revision 1.287: +6 -4 lines
Amaya no longer reported an error if whitespace appeared before the XML declaration
Laurent

Revision 1.287: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:42:08 2003 UTC (21 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.286: preferred, colored
Changes since revision 1.286: +1 -1 lines
New COPYRIGHT.
Irene

Revision 1.286: download - view: text, markup, annotated - select for diffs
Wed Dec 18 14:08:50 2002 UTC (21 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.285: preferred, colored
Changes since revision 1.285: +21 -0 lines
The lang attribute wasn't transfered to textual elements when
we parsed an xml document (except XHTML).
Laurent

Revision 1.285: download - view: text, markup, annotated - select for diffs
Wed Dec 18 10:28:33 2002 UTC (21 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.284: preferred, colored
Changes since revision 1.284: +3 -0 lines
Bug fix in XML building
The content buffers of a same element were not merged.
Laurent

Revision 1.284: download - view: text, markup, annotated - select for diffs
Mon Dec 9 17:15:25 2002 UTC (21 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-7-1
Diff to: previous 1.283: preferred, colored
Changes since revision 1.283: +1 -1 lines
Modify the 'TtaSetDocumentCharset' API function to indicate if we are
setting a default charset or not.
Laurent

Revision 1.283: download - view: text, markup, annotated - select for diffs
Fri Nov 29 16:18:40 2002 UTC (21 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-7-0
Diff to: previous 1.282: preferred, colored
Changes since revision 1.282: +5 -0 lines
The xml:lang attribute wasn't taken into account
for generic xml documents.
Laurent

Revision 1.282: download - view: text, markup, annotated - select for diffs
Thu Nov 28 13:58:28 2002 UTC (21 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.281: preferred, colored
Changes since revision 1.281: +1 -1 lines
Fixing compilation warning
Laurent

Revision 1.281: download - view: text, markup, annotated - select for diffs
Thu Nov 14 16:53:34 2002 UTC (21 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.280: preferred, colored
Changes since revision 1.280: +7 -7 lines
XML namespaces declarations/prefixes are no longer generated
by the translation schemas.
Original declarations/prefixes (from parsing or editing) and
original locations are used for the export.
It remains to be done :
 . Allow the user to declare his own prefixes thru the menu
 . Improve the handling of unknown namespaces
   within HTML/SVG/MathML
 . Improve the handling of the NS declarations when
   we delete an element.
Laurent

Revision 1.280: download - view: text, markup, annotated - select for diffs
Fri Nov 8 18:33:19 2002 UTC (21 years, 7 months ago) by quint
Branches: MAIN
Diff to: previous 1.279: preferred, colored
Changes since revision 1.279: +14 -3 lines
SVG: When doing the transclusion for a tref element, copy only the text
     leaves (and not the whole structure) of the referred element, when
     it is in a separate document.
VQ.

Revision 1.279: download - view: text, markup, annotated - select for diffs
Fri Nov 8 11:14:17 2002 UTC (21 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.278: preferred, colored
Changes since revision 1.278: +39 -15 lines
Modify the xml parsing procedure : don't interpret the characters
before the first '<' for XHTML/MathML/SVG/XML documents to avoid
the BOM character problem.
(temporarily patch until the last expat release be integrated).
Laurent

Revision 1.278: download - view: text, markup, annotated - select for diffs
Wed Oct 23 10:18:35 2002 UTC (21 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.277: preferred, colored
Changes since revision 1.277: +0 -7 lines
Bug fix
A document without doctype but using the xhtml2 namespace is no longer
considered as xhtml
Laurent

Revision 1.277: download - view: text, markup, annotated - select for diffs
Fri Oct 18 07:48:49 2002 UTC (21 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.276: preferred, colored
Changes since revision 1.276: +13 -20 lines
A file descriptor was not cloased.
Irene

Revision 1.276: download - view: text, markup, annotated - select for diffs
Thu Oct 10 10:50:49 2002 UTC (21 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.275: preferred, colored
Changes since revision 1.275: +0 -8 lines
Xml documents are no longer set in browser mode.
Laurent

Revision 1.275: download - view: text, markup, annotated - select for diffs
Thu Oct 10 07:15:42 2002 UTC (21 years, 8 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.274: preferred, colored
Changes since revision 1.274: +2 -2 lines


- GL : add Opacity, glyph index caching, picture caching
   Rewrite Text engine now using textures, Scroll engine is cleaner

- GTK : Add stix, fontconfig load, zoom on CRTL + mouse wheel
        Need _FONTCONFIG and _STIX
        Config files are in "config" subdirectory
- Add Base64 images decoding (alpha, need _BASE64)
- Fix warnings in code

Revision 1.274: download - view: text, markup, annotated - select for diffs
Thu Oct 3 12:45:07 2002 UTC (21 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.273: preferred, colored
Changes since revision 1.273: +1 -1 lines
The modification of a css reference thru the structure view is now taken into
account for xml documents.
Laurent

Revision 1.273: download - view: text, markup, annotated - select for diffs
Tue Oct 1 17:45:28 2002 UTC (21 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.272: preferred, colored
Changes since revision 1.272: +1 -1 lines
MathML: Implementation of attributes display, displaystyle, movablelimits.
VQ

Revision 1.272: download - view: text, markup, annotated - select for diffs
Tue Oct 1 08:34:07 2002 UTC (21 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.271: preferred, colored
Changes since revision 1.271: +11 -1 lines
New parsing context callback called at the end of a start element.
Laurent

Revision 1.271: download - view: text, markup, annotated - select for diffs
Mon Sep 30 14:25:55 2002 UTC (21 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.270: preferred, colored
Changes since revision 1.270: +1 -1 lines
The undo/redo commands are now available for MathML, SVG and other xml documents
when we link or remove a stylesheet.
Laurent

Revision 1.270: download - view: text, markup, annotated - select for diffs
Fri Sep 27 10:59:33 2002 UTC (21 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.269: preferred, colored
Changes since revision 1.269: +8 -8 lines
We can now remove a css stylesheet from an xml document.
Laurent

Revision 1.269: download - view: text, markup, annotated - select for diffs
Wed Sep 18 13:18:57 2002 UTC (21 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.268: preferred, colored
Changes since revision 1.268: +1 -1 lines
First step to allow the user to Link/Open/Enable/Disable CSS stylesheets for xml documents.
Laurent

Revision 1.268: download - view: text, markup, annotated - select for diffs
Tue Sep 17 13:34:06 2002 UTC (21 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.267: preferred, colored
Changes since revision 1.267: +13 -8 lines
Bug fix in xml : a new xml nature was added each time a synchronization
 was made thru the source view.
Laurent

Revision 1.267: download - view: text, markup, annotated - select for diffs
Wed Sep 4 09:52:44 2002 UTC (21 years, 9 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-6-4, Amaya-6-3
Diff to: previous 1.266: preferred, colored
Changes since revision 1.266: +46 -44 lines
Bug fixed : an external 'use' reference to an unknown resource crashed Amaya.
Laurent

Revision 1.266: download - view: text, markup, annotated - select for diffs
Fri Aug 23 09:25:23 2002 UTC (21 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.265: preferred, colored
Changes since revision 1.265: +12 -7 lines
Fixing a bug revealed by Marja on the handling of attributes that
belong to a non supported namespace.
Laurent

Revision 1.265: download - view: text, markup, annotated - select for diffs
Wed Aug 21 14:06:49 2002 UTC (21 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.264: preferred, colored
Changes since revision 1.264: +2 -2 lines
Improve the sniffing function to better determine the document
type.
Laurent

Revision 1.264: download - view: text, markup, annotated - select for diffs
Tue Aug 20 16:02:18 2002 UTC (21 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.263: preferred, colored
Changes since revision 1.263: +21 -17 lines
A XHTML document loaded after a transformation reported a parsing error
even if the document was correct.
Irene

Revision 1.263: download - view: text, markup, annotated - select for diffs
Mon Jul 22 07:50:58 2002 UTC (21 years, 10 months ago) by quint
Branches: MAIN
Diff to: previous 1.262: preferred, colored
Changes since revision 1.262: +7 -2 lines
CSS / P: the CSS rules contained in the style element of the SVG document
         copied by an image or use element of another SVG document were
         applied to the whole referring document, not only to the copied
         contents.
VQ.

Revision 1.262: download - view: text, markup, annotated - select for diffs
Tue Jul 16 17:56:44 2002 UTC (21 years, 11 months ago) by quint
Branches: MAIN
Diff to: previous 1.261: preferred, colored
Changes since revision 1.261: +5 -6 lines
SVG: When pasting a use element that references a piece of document
     containing a style element, the corresponding style was not applied.
vq

Revision 1.261: download - view: text, markup, annotated - select for diffs
Tue Jul 16 13:51:34 2002 UTC (21 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.260: preferred, colored
Changes since revision 1.260: +13 -5 lines
The style defined in a svg external reference is now applied.
Laurent

Revision 1.260: download - view: text, markup, annotated - select for diffs
Thu Jul 11 14:33:59 2002 UTC (21 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.259: preferred, colored
Changes since revision 1.259: +7 -2 lines
Bug fix
Style defined on an external resource was not always applied.
Laurent (from an Irene's advice)

Revision 1.259: download - view: text, markup, annotated - select for diffs
Wed Jul 10 12:56:36 2002 UTC (21 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.258: preferred, colored
Changes since revision 1.258: +16 -7 lines
Remote external references for a svg element 'use' or 'tref' were
not displayed (they are still not displayed for recursive
references).
Laurent

Revision 1.258: download - view: text, markup, annotated - select for diffs
Wed Jul 10 08:24:33 2002 UTC (21 years, 11 months ago) by quint
Branches: MAIN
Diff to: previous 1.257: preferred, colored
Changes since revision 1.257: +2 -1 lines
SVG: implementation of tref element.
VQ

Revision 1.257: download - view: text, markup, annotated - select for diffs
Fri Jul 5 13:14:11 2002 UTC (21 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-6-2
Diff to: previous 1.256: preferred, colored
Changes since revision 1.256: +1 -0 lines
Fixing a warning
Laurent

Revision 1.256: download - view: text, markup, annotated - select for diffs
Fri Jul 5 08:13:05 2002 UTC (21 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.255: preferred, colored
Changes since revision 1.255: +156 -60 lines
Prefixes and declarations for not suported namespaces within a
(X)HTML / SVG / MathML document were not saved.
Laurent

Revision 1.255: download - view: text, markup, annotated - select for diffs
Fri Jun 28 14:51:26 2002 UTC (21 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.254: preferred, colored
Changes since revision 1.254: +3 -0 lines
The parsing error messages of a document were removed when we
parsed an external resource.
Laurent

Revision 1.254: download - view: text, markup, annotated - select for diffs
Wed Jun 26 13:35:37 2002 UTC (21 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.253: preferred, colored
Changes since revision 1.253: +352 -343 lines
Improve the support of the use svg element with an external reference.
The whole external document is now parsed and the subtree with the right
'id' is then copied into the main document.
Laurent

Revision 1.253: download - view: text, markup, annotated - select for diffs
Thu Jun 20 09:34:21 2002 UTC (22 years ago) by vatton
Branches: MAIN
Diff to: previous 1.252: preferred, colored
Changes since revision 1.252: +2 -2 lines
Initialize some local variables.
Irene

Revision 1.252: download - view: text, markup, annotated - select for diffs
Wed Jun 19 15:01:16 2002 UTC (22 years ago) by cvs
Branches: MAIN
Diff to: previous 1.251: preferred, colored
Changes since revision 1.251: +19 -9 lines
Parsing errors on external resources are no longer reported.
Laurent

Revision 1.251: download - view: text, markup, annotated - select for diffs
Mon Jun 17 10:56:41 2002 UTC (22 years ago) by cvs
Branches: MAIN
Diff to: previous 1.250: preferred, colored
Changes since revision 1.250: +2 -2 lines
Code clean-up in xml functions to follow the Thot API conventions.
Laurent

Revision 1.250: download - view: text, markup, annotated - select for diffs
Fri Jun 7 15:11:09 2002 UTC (22 years ago) by vatton
Branches: MAIN
Diff to: previous 1.249: preferred, colored
Changes since revision 1.249: +33 -39 lines
Rename Iso functions + bug fix in XHTML doctype.
Irene

Revision 1.249: download - view: text, markup, annotated - select for diffs
Thu Jun 6 13:59:45 2002 UTC (22 years ago) by vatton
Branches: MAIN
Diff to: previous 1.248: preferred, colored
Changes since revision 1.248: +3 -2 lines
Make some progress with the support of Japanese characters + some bug fixes
- The internationalization of URIs didn't work correctly
- The GTK version of print crashed.
Irene

Revision 1.248: download - view: text, markup, annotated - select for diffs
Wed Jun 5 08:37:30 2002 UTC (22 years ago) by vatton
Branches: MAIN
Diff to: previous 1.247: preferred, colored
Changes since revision 1.247: +9 -14 lines
The GTK version didn't install specific fonts + code clean up.
Irene

Revision 1.247: download - view: text, markup, annotated - select for diffs
Mon Jun 3 13:44:42 2002 UTC (22 years ago) by vatton
Branches: MAIN
Diff to: previous 1.246: preferred, colored
Changes since revision 1.246: +6 -2 lines
Integration of Japanese patchs (option not activated yet).
Irene

Revision 1.246: download - view: text, markup, annotated - select for diffs
Wed May 22 10:49:07 2002 UTC (22 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.245: preferred, colored
Changes since revision 1.245: +1 -1 lines
Bug fixed in generic xml context: the namespace of a qualified attribute was sometimes searched with the wrong uri.
Laurent

Revision 1.245: download - view: text, markup, annotated - select for diffs
Tue May 14 13:06:04 2002 UTC (22 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.244: preferred, colored
Changes since revision 1.244: +256 -78 lines
First Implementation of external references for svg 'use' elements.
Laurent

Revision 1.244: download - view: text, markup, annotated - select for diffs
Thu May 9 18:21:04 2002 UTC (22 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.243: preferred, colored
Changes since revision 1.243: +3 -0 lines
Avoid to generate a false parsing error.
Irene

Revision 1.243: download - view: text, markup, annotated - select for diffs
Tue May 7 00:31:40 2002 UTC (22 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.242: preferred, colored
Changes since revision 1.242: +6 -0 lines
Avoid to remove spaces in SVG text (Laurent patch).
Free Accesskey table before the document is reparsed.
Irene

Revision 1.242: download - view: text, markup, annotated - select for diffs
Fri Apr 26 14:07:26 2002 UTC (22 years, 1 month ago) by cvs
Branches: MAIN
CVS tags: Amaya-6-1
Diff to: previous 1.241: preferred, colored
Changes since revision 1.241: +11 -6 lines
Bug fixed in xhtml parsing : the trailing spaces of a <pre> element were removed if this element was the last child of its parent.
Laurent

Revision 1.241: download - view: text, markup, annotated - select for diffs
Thu Apr 25 14:25:22 2002 UTC (22 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.240: preferred, colored
Changes since revision 1.240: +1 -0 lines
Fix a memory leak reported by insure.
Laurent

Revision 1.240: download - view: text, markup, annotated - select for diffs
Thu Apr 25 14:00:52 2002 UTC (22 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +14 -20 lines
fix a bug in namespace support when using several times the same uri.
Laurent

Revision 1.239: download - view: text, markup, annotated - select for diffs
Mon Apr 22 15:39:06 2002 UTC (22 years, 1 month ago) by cvs
Branches: MAIN
CVS tags: Amaya-6-0
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +10 -1 lines
Fixing a bug in transformation : a paragraph that contains only an anchor was not displayed correctly after a transformation into a list (the text of the anchor was displayed at the top of the document).
Laurent

Revision 1.238: download - view: text, markup, annotated - select for diffs
Fri Apr 19 10:39:23 2002 UTC (22 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.237: preferred, colored
Changes since revision 1.237: +2 -6 lines
When an encoding is not supported by Amaya, an error is reported and the
document is parsed as an ISO-8859-1 document.
Irene

Revision 1.237: download - view: text, markup, annotated - select for diffs
Thu Apr 18 13:59:12 2002 UTC (22 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.236: preferred, colored
Changes since revision 1.236: +2 -2 lines
Change the priority of encodings: the http-encoding has the higher
priority now + add the support of koi8-r encoding.
Irene

Revision 1.236: download - view: text, markup, annotated - select for diffs
Wed Apr 17 15:39:55 2002 UTC (22 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.235: preferred, colored
Changes since revision 1.235: +10 -2 lines
Adding the parsing of Windows-1250 1251 1253 1254 1255 1255 1256 1257
Irene

Revision 1.235: download - view: text, markup, annotated - select for diffs
Thu Apr 11 16:51:47 2002 UTC (22 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +27 -9 lines
- The end tag of a "unknown_namespace" element wasn't correct (a parameter was missing in the call of a callback procedure).
- Restore the "Parsing errors/warnings" popup.
Laurent

Revision 1.234: download - view: text, markup, annotated - select for diffs
Thu Apr 4 15:28:04 2002 UTC (22 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +5 -7 lines
Adding the support of ISO-8859-15 and WINDOWS_1252 in the XML parser.
Irene

Revision 1.233: download - view: text, markup, annotated - select for diffs
Wed Apr 3 15:42:10 2002 UTC (22 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +1 -3 lines
Leading spaces were preserved after an inline element within a MathML or svg element.
Laurent

Revision 1.232: download - view: text, markup, annotated - select for diffs
Wed Apr 3 13:41:12 2002 UTC (22 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +4 -0 lines
MathML: The XHTML parser was confused when encountering an html:img
        within a MathML element.
VQ

Revision 1.231: download - view: text, markup, annotated - select for diffs
Thu Mar 28 13:23:55 2002 UTC (22 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +7 -7 lines
IRemove a warning
Laurent

Revision 1.230: download - view: text, markup, annotated - select for diffs
Tue Mar 26 16:54:51 2002 UTC (22 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +2 -1 lines
A local svg (math) document with the extension '.svg' ('.mml)  and without any xml information was treated as text.
Laurent

Revision 1.229: download - view: text, markup, annotated - select for diffs
Tue Mar 26 13:34:05 2002 UTC (22 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +43 -42 lines
Bug fixed : Initial language was not preserved after a transformation (the default language was always applied).
Laurent

Revision 1.228: download - view: text, markup, annotated - select for diffs
Wed Mar 20 13:50:27 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +392 -441 lines
- Improve the namespace declarations handling for xml documents.
- Improve the export of generic xml documents.
- Display the current namespace in the structure view.
Laurent

Revision 1.227: download - view: text, markup, annotated - select for diffs
Mon Mar 11 15:07:09 2002 UTC (22 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +7 -6 lines
- Allow annotation bodies to be of type text, svg, and mathml, as well
  as XHTML.
- Send the correct content type when publishing an annotation (we were
  always using text/html)

-jose

Revision 1.226: download - view: text, markup, annotated - select for diffs
Fri Mar 8 15:00:34 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +23 -13 lines
Remove leading & contiguous spaces for a CDATA element.
Laurent

Revision 1.225: download - view: text, markup, annotated - select for diffs
Fri Mar 8 09:41:28 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +18 -18 lines
Modify the case of some elements in Ielement tables to match with recent modifications.
Laurent

Revision 1.224: download - view: text, markup, annotated - select for diffs
Wed Mar 6 17:03:12 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +11 -9 lines
The spell checker no longer cheks the PI and the DOCTYPE.
Laurent

Revision 1.223: download - view: text, markup, annotated - select for diffs
Wed Mar 6 10:15:20 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +40 -34 lines
Factorize a large piece of code used by both parsers.
Laurent

Revision 1.222: download - view: text, markup, annotated - select for diffs
Tue Mar 5 18:36:30 2002 UTC (22 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +7 -1 lines
Section numbers are generated on the right or on the left of the Hn
elements, depending on the dir attribute.
VQ.

Revision 1.221: download - view: text, markup, annotated - select for diffs
Tue Mar 5 16:50:07 2002 UTC (22 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +1 -1 lines
CSS: improving handling of inherited attributes.
VQ

Revision 1.220: download - view: text, markup, annotated - select for diffs
Mon Mar 4 15:09:05 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +1 -1 lines
Define a global variable for the xsl stylesheet for mathml
Laurent

Revision 1.219: download - view: text, markup, annotated - select for diffs
Mon Mar 4 13:57:29 2002 UTC (22 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +9 -4 lines
Handling nested object and improving <embed>.
VQ.

Revision 1.218: download - view: text, markup, annotated - select for diffs
Fri Mar 1 15:33:54 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +1 -1 lines
Bug fixed: Amaya sometimes generated too much calls to the David Carlisle's xsl stylesheet for mathml.
Laurent

Revision 1.217: download - view: text, markup, annotated - select for diffs
Mon Feb 25 15:00:10 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +11 -8 lines
Fixed bug: An end-tag immediately after an element belonging to a not-supported
namespace was not treated with the right context (thot schema).
Laurent

Revision 1.216: download - view: text, markup, annotated - select for diffs
Fri Feb 22 14:11:01 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +2 -0 lines
The doctype element is no longer editable/deletable in the structure view.
Laurent

Revision 1.215: download - view: text, markup, annotated - select for diffs
Fri Feb 22 10:40:33 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +20 -20 lines
Store the namespaces declarations in the document structure.
Laurent

Revision 1.214: download - view: text, markup, annotated - select for diffs
Fri Feb 15 15:24:08 2002 UTC (22 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +1 -1 lines
Improving the display of PRE and fixing a bug in the command Delete.
Irene

Revision 1.213: download - view: text, markup, annotated - select for diffs
Tue Feb 12 18:10:21 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +1 -1 lines
CSS: Transmit the origin (user or author) of stylesheets to the Print
     program and allows it to apply the CSS cascade properly.
VQ.

Revision 1.212: download - view: text, markup, annotated - select for diffs
Mon Feb 11 18:35:56 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +9 -5 lines
Fixing a warning.
VQ

Revision 1.211: download - view: text, markup, annotated - select for diffs
Mon Feb 11 16:35:15 2002 UTC (22 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +1 -1 lines
Improving the selection of MathML elements in the Unicode version.
Irene

Revision 1.210: download - view: text, markup, annotated - select for diffs
Mon Feb 11 13:46:20 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +1 -1 lines
CSS: preparing the full implementation of the CSS cascade.
VQ

Revision 1.209: download - view: text, markup, annotated - select for diffs
Fri Feb 8 17:06:53 2002 UTC (22 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +5 -1 lines
A new version of the formatter that supports bidi writing + some font handling.
Irene

Revision 1.208: download - view: text, markup, annotated - select for diffs
Fri Feb 8 10:43:58 2002 UTC (22 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +90 -37 lines
- Train the sniffing function to detect the presence of a namespace declaration at the document root.
- Amaya no longer interprets as XHTML a XHTML-like document served as text/xml without doctype nor namespace (ditto for mathML and SVG).
- Support of the application/xml media-type in the same way as text/xml.
Laurent

Revision 1.207: download - view: text, markup, annotated - select for diffs
Mon Jan 28 11:16:51 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +1 -1 lines
MathML + I18N: handling UTF16 characters in the parsing and editing
               functions for MathML.
VQ.

Revision 1.206: download - view: text, markup, annotated - select for diffs
Thu Jan 24 15:29:52 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +2 -2 lines
XML parser: updating a warning message.
VQ

Revision 1.205: download - view: text, markup, annotated - select for diffs
Wed Jan 23 12:22:54 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +1 -1 lines
Adding rule UnicodeBidi to language P and the corresponding CSS property
unicode-bidi. The formatter has still to be extended to fully implement
this new property.
VQ.

Revision 1.204: download - view: text, markup, annotated - select for diffs
Mon Jan 21 17:18:24 2002 UTC (22 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +1 -9 lines
Skip unicode charaters &lrm; and &rlm;
Irene

Revision 1.203: download - view: text, markup, annotated - select for diffs
Mon Jan 21 14:00:12 2002 UTC (22 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +211 -69 lines
- Add and manage the element 'CDATA' for XML documents.
- Bug fixed : a wrong context was taken for the parsing of a generic-xml document
Laurent

Revision 1.202: download - view: text, markup, annotated - select for diffs
Mon Jan 21 08:45:45 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +6 -7 lines
Extension of P language to allow attributes to better control presentation.
Implementation of the dir attribute of HTML (change layout according to
script direction) based on this extension of P language.
VQ.

Revision 1.201: download - view: text, markup, annotated - select for diffs
Wed Jan 16 11:17:36 2002 UTC (22 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +1 -0 lines
Restore the spellchecker functionality and improve the inheritance of
languages.
Irene

Revision 1.200: download - view: text, markup, annotated - select for diffs
Tue Jan 15 13:20:56 2002 UTC (22 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +0 -3 lines
Resolving conflicts with the new notion of script.
Irene

Revision 1.199: download - view: text, markup, annotated - select for diffs
Mon Jan 14 11:10:20 2002 UTC (22 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +5 -1 lines
Ignoring CR in a CR/LF sequence within a DOCTYPE value
Laurent

Revision 1.198: download - view: text, markup, annotated - select for diffs
Mon Jan 14 08:41:49 2002 UTC (22 years, 5 months ago) by kahan
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +5 -1 lines
JK: The XML parser was opening the annotation documents in read-only mode.

Revision 1.197: download - view: text, markup, annotated - select for diffs
Fri Jan 11 12:04:13 2002 UTC (22 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +2 -1 lines
Implementation of the right-to-left text writing and the right-to-left paragraphs
formatting.
Irene

Revision 1.196: download - view: text, markup, annotated - select for diffs
Mon Jan 7 13:35:14 2002 UTC (22 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +1 -1 lines
Fixing some warnings.
VQ.

Revision 1.195: download - view: text, markup, annotated - select for diffs
Fri Jan 4 16:23:24 2002 UTC (22 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +42 -12 lines
Support of ISO_8859_2 to ISO_8859_9 encoding in the I18N version.
Irene

Revision 1.194: download - view: text, markup, annotated - select for diffs
Thu Jan 3 17:20:52 2002 UTC (22 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +2 -2 lines
I18N convertions.
Irene

Revision 1.193: download - view: text, markup, annotated - select for diffs
Fri Dec 14 11:19:16 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-3
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +14 -14 lines
Modify some parsing error messages
Laurent

Revision 1.192: download - view: text, markup, annotated - select for diffs
Thu Dec 13 15:39:40 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +1 -1 lines
The DOCTYPE declaration was not taken into account by the HTML parser.
Laurent

Revision 1.191: download - view: text, markup, annotated - select for diffs
Wed Dec 12 17:21:53 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +2 -2 lines
The document profile was not updated by the Synchronize command
+ correction of one of my numerous wrong english comments (is this one correct ?)
Laurent

Revision 1.190: download - view: text, markup, annotated - select for diffs
Wed Dec 12 16:53:26 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +3 -3 lines
Change messages about "current Amaya profile"
Laurent

Revision 1.189: download - view: text, markup, annotated - select for diffs
Mon Dec 10 12:16:22 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +72 -52 lines
Improve the handling of the DOCTYPE declaration.
Laurent

Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu Dec 6 10:21:36 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +177 -23 lines
Store, display and save the Doctype declaration of the document (no longer generated by Amaya).
Ps: The display of the Doctype declaration in the structure view could be improved, I am not a P cialist.
Laurent

Revision 1.187: download - view: text, markup, annotated - select for diffs
Mon Dec 3 16:38:48 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +5 -1 lines
Fixing some warnings.
VQ

Revision 1.186: download - view: text, markup, annotated - select for diffs
Thu Nov 22 10:28:38 2001 UTC (22 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +3 -13 lines
Fixed a bug reported by Insure.
Irene

Revision 1.185: download - view: text, markup, annotated - select for diffs
Tue Nov 6 09:39:59 2001 UTC (22 years, 7 months ago) by carcone
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +29 -28 lines
Bug fixed:
The name of unparsed entities was lost at saving.
Laurent

Revision 1.184: download - view: text, markup, annotated - select for diffs
Fri Oct 26 09:54:27 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-2
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +1 -2 lines
JK + LC| removing compiler warnings

Revision 1.183: download - view: text, markup, annotated - select for diffs
Fri Oct 26 09:46:51 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +13 -8 lines
Improve the fallback strategy for not-supported namespaces within supported ones

+ fixing some warnings
Laurent

Revision 1.182: download - view: text, markup, annotated - select for diffs
Fri Oct 26 08:21:11 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +78 -29 lines
Creation of a specific "Unknown_NS" element for each not-supported namespace within a XHTML/MathML/SVG document.
+ fixing warnings compilation
Laurent

Revision 1.181: download - view: text, markup, annotated - select for diffs
Thu Oct 25 13:15:34 2001 UTC (22 years, 7 months ago) by kahan
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +2 -2 lines
JK: fixed compiler warnings

Revision 1.180: download - view: text, markup, annotated - select for diffs
Thu Oct 25 13:12:13 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +33 -0 lines
For XHTML documents including MathML, Amaya automatically generates a processing instruction that refers to a xsl stylesheet defined by David Carlisle.
Laurent

Revision 1.179: download - view: text, markup, annotated - select for diffs
Tue Oct 23 09:37:31 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +48 -20 lines
- An external svg image inserted in a document was not displayed.

- Bug in the external file parsing : replaced element was not cleanly removed from the tree (revealed another bug in the attachment of the attributes to the new element).

Laurent

Revision 1.178: download - view: text, markup, annotated - select for diffs
Fri Oct 19 17:06:35 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +2 -2 lines
Fixing some warning
Laurent

Revision 1.177: download - view: text, markup, annotated - select for diffs
Fri Oct 19 16:48:54 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +24 -10 lines
- Add the attributes "class", "pseudoclass" and "id" to XML schema
- Progress on Save procedure for XML documents (not yet complete)
- Set XML documents in read-only mode
Laurent

Revision 1.176: download - view: text, markup, annotated - select for diffs
Wed Oct 17 15:16:13 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +43 -28 lines
- Amaya no longer reports warnings about PI.
- Definition of en 'embed' element into the HTML* schemas. Only embedded mathml (and svg) files are supported.
- A new popup message is raised when the user's profile is less restrictive then the document one (in this case, the document DOCTYPE is modified).
Laurent

Revision 1.175: download - view: text, markup, annotated - select for diffs
Mon Oct 15 15:24:05 2001 UTC (22 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +10 -1 lines
Support of Greek documents in the Unix unicode version.
Irene

Revision 1.174: download - view: text, markup, annotated - select for diffs
Wed Oct 10 14:51:34 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +68 -13 lines
Amaya now interprets mathml files in "embed" tag within a (x)html document (as the same way as for svg images).
Laurent

Revision 1.173: download - view: text, markup, annotated - select for diffs
Fri Oct 5 16:35:37 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +3 -20 lines
Add a missing flag
Laurent

Revision 1.172: download - view: text, markup, annotated - select for diffs
Fri Oct 5 11:08:43 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +12 -6 lines
Bug fixed in the local NameSpace table handling
Laurent

Revision 1.171: download - view: text, markup, annotated - select for diffs
Fri Oct 5 10:33:09 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +13 -16 lines
Bug fixed:
A CR or LF character as first character of a Comment element crashed Amaya
Laurent

Revision 1.170: download - view: text, markup, annotated - select for diffs
Fri Oct 5 10:05:22 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +6 -4 lines
Bug fixed:
The parsing treatment didn't preserve the multi-lines comments or the multi-lines PI
Laurent + Irene

Revision 1.169: download - view: text, markup, annotated - select for diffs
Fri Oct 5 07:06:38 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +24 -2 lines
Amaya didn't compile on Windows platforms
Irene

Revision 1.168: download - view: text, markup, annotated - select for diffs
Thu Oct 4 16:00:20 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +2 -2 lines
Bug fixed :
The Thot Pseudo-Paragraph element build around a MathML expression within an HTML element was not created with the right schema
Laurent

Revision 1.167: download - view: text, markup, annotated - select for diffs
Thu Oct 4 14:49:49 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +39 -24 lines
Improvements on generic-XML version :
- Synchronization formatted-view / source-view
- Dynamic allocation of the attributes lists for the extension schemas
- Modification of some presentation rules to consider an XML element as Inline (in P language sense) as soon as it contains a text leaf
- Include specific XML events to the general mechanism
Laurent

Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Oct 3 09:15:14 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +2 -0 lines
bug fix: the XML parser omitted the colon at the end of entites.
VQ

Revision 1.165: download - view: text, markup, annotated - select for diffs
Mon Oct 1 10:13:55 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +7 -7 lines
Fixing a wrong initialization
Laurent

Revision 1.164: download - view: text, markup, annotated - select for diffs
Mon Oct 1 06:45:06 2001 UTC (22 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +5 -1 lines
Fixing errors detected by Insure.
Irene

Revision 1.163: download - view: text, markup, annotated - select for diffs
Wed Sep 26 10:09:41 2001 UTC (22 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +11 -13 lines
Improving the support of invalid XHTML/XML documents.
Irene

Revision 1.162: download - view: text, markup, annotated - select for diffs
Mon Sep 24 10:07:24 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +10 -16 lines
Modifications in XML parsing phase :
- removal of the useless DTD-specific actions "EntityCreated" (due to progress on I18N support)
- pseudo-paragraphs for XHTML elements within SVG or MathML elements were not built with the right schema
Laurent

Revision 1.161: download - view: text, markup, annotated - select for diffs
Fri Sep 21 10:46:51 2001 UTC (22 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +236 -345 lines
Harmonization of characters handling in the XML parser.
Irene

Revision 1.160: download - view: text, markup, annotated - select for diffs
Wed Sep 19 09:04:44 2001 UTC (22 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +1 -1 lines
Renaming GRAPH_TYPE into SVG_TYPE
Laurent

Revision 1.159: download - view: text, markup, annotated - select for diffs
Tue Sep 18 16:29:58 2001 UTC (22 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +0 -2 lines
Bug fixed in the handling of trailing spaces.
Laurent

Revision 1.158: download - view: text, markup, annotated - select for diffs
Tue Sep 18 15:38:51 2001 UTC (22 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +12 -22 lines
Bug fixed in StartElement treatment
Laurent

Revision 1.157: download - view: text, markup, annotated - select for diffs
Tue Sep 18 15:17:32 2001 UTC (22 years, 9 months ago) by kahan
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +1 -1 lines
JK: Fixed a bug typo

Revision 1.156: download - view: text, markup, annotated - select for diffs
Tue Sep 18 15:12:53 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +140 -243 lines
Harmonization of characters handling in the XML parser + extention of the
Thot API.
Fixing a crash when the document is closed.
Irene

Revision 1.155: download - view: text, markup, annotated - select for diffs
Mon Sep 17 13:19:40 2001 UTC (22 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +578 -363 lines
- Progress on the generic-XML support in Amaya (generation of the default presentation rules for the structure view and the formatted view).
- While amaya doesn't support completely generic-XML, we create an "unknown element/attribute" for each elem/attr that belongs to a not-supported namespace. The unknown elem/attr are shown in the structure view (with a different color) and saved with their original name. As a result, Amaya no longer stops the parsing processus when a not-supported namespace is found in a document.
Laurent

Revision 1.154: download - view: text, markup, annotated - select for diffs
Fri Sep 14 14:59:34 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +141 -143 lines
Full support of ASCII in the I18N Unix version
Irene

Revision 1.153: download - view: text, markup, annotated - select for diffs
Fri Sep 14 14:08:50 2001 UTC (22 years, 9 months ago) by kahan
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +2 -2 lines
JK: Bug fix: When downloading an annotation, the new HTML tree was being
added as the child of the Annotation/Body/HTML element. If we saved such
a document, this resulted in a duplication of the HTML elements.
Preparing the work for using the XHTML parser and saving annotations with
a correct charset (UTF-8 for the moment).

Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Sep 13 13:02:44 2001 UTC (22 years, 9 months ago) by kahan
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +14 -2 lines
JK: Making the XHTML parser work with annotations

Revision 1.151: download - view: text, markup, annotated - select for diffs
Wed Sep 5 12:42:08 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +21 -21 lines
Renaming GraphML by SVG
Don't forget to relaunch "../configure", "make clean", "make depend"

Irene

Revision 1.150: download - view: text, markup, annotated - select for diffs
Tue Aug 28 14:50:33 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +9 -9 lines
I18N stuff.
Irene

Revision 1.149: download - view: text, markup, annotated - select for diffs
Wed Jul 18 08:27:52 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +2 -43 lines
- The element "Document" can no more contains text as immediate children.
- Factorization of duplicated code.
Laurent

Revision 1.148: download - view: text, markup, annotated - select for diffs
Tue Jul 17 15:46:03 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +1 -1 lines
Bug fixed:
A HTML text element immediately behind a non-HTML element was defined with a wrong Thot schema.
Laurent

Revision 1.147: download - view: text, markup, annotated - select for diffs
Mon Jul 16 15:17:57 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +1 -6 lines
Don't preserve the white-space characters that follow an element 'Comment' or 'Processing Instruction' if the parent of that element cannot contains text as immediate children.
Laurent

Revision 1.146: download - view: text, markup, annotated - select for diffs
Fri Jul 13 15:59:22 2001 UTC (22 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +1 -1 lines
Unicode stuff
Irene

Revision 1.145: download - view: text, markup, annotated - select for diffs
Mon Jul 9 08:48:34 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-1
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +2 -2 lines
Bug fixed : wrong variable initialization.
Laurent

Revision 1.144: download - view: text, markup, annotated - select for diffs
Fri Jul 6 09:58:55 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +9 -4 lines
Bug fixed : In some cases, comments after a <dt> or a <dd> element caused the generation of an extra '<dl>...<dd>' sequence.
Laurent

Revision 1.143: download - view: text, markup, annotated - select for diffs
Fri Jun 29 16:11:18 2001 UTC (22 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-5-0
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +1 -1 lines
Support of maps not linked with an image.
Irene

Revision 1.142: download - view: text, markup, annotated - select for diffs
Wed Jun 27 09:58:09 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +8 -16 lines
SVG: warning message when a path contains an elliptical arc (it won't be
     drawn).
Some improvements to error message handling
VQ.

Revision 1.141: download - view: text, markup, annotated - select for diffs
Mon Jun 25 17:16:19 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +36 -19 lines
Remove a level from the Thot abstract tree when we parse  a SVG image within a tag 'object'
Laurent

Revision 1.140: download - view: text, markup, annotated - select for diffs
Mon Jun 25 12:36:40 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +58 -48 lines
- Support of SVG images within tag 'object'
- support of recursive SVG images
Laurent

Revision 1.139: download - view: text, markup, annotated - select for diffs
Fri Jun 22 09:18:56 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +31 -34 lines
Bugs fixed in both parsers :
- meaningfull white-space characters were skipped after a comment or a mathematical expression
- in some cases, inline elements were inverted.
Laurent

Revision 1.138: download - view: text, markup, annotated - select for diffs
Thu Jun 21 14:49:47 2001 UTC (23 years ago) by cvs
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +4 -3 lines
Bug fixed in the XML parser :
When an attribute had a namespace different from the element one, the XML parser didn't restore the right namespace for the following attributes.
Laurent

Revision 1.137: download - view: text, markup, annotated - select for diffs
Fri Jun 15 10:06:30 2001 UTC (23 years ago) by cvs
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +78 -39 lines
Support of SVG images within SVG documents.
Laurent

Revision 1.136: download - view: text, markup, annotated - select for diffs
Tue Jun 12 13:16:26 2001 UTC (23 years ago) by kahan
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +1 -1 lines
JK: Removing a bug

Revision 1.135: download - view: text, markup, annotated - select for diffs
Tue Jun 12 13:10:01 2001 UTC (23 years ago) by cvs
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +82 -135 lines
Reorganization of the parsing errors management (in order to show SVG images parsing errors).
Laurent

Revision 1.134: download - view: text, markup, annotated - select for diffs
Fri Jun 8 10:30:26 2001 UTC (23 years ago) by cvs
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +526 -341 lines
- Initial work for the futur XML-generic version.
- Support of SVG images in (X)HTML documents (not yet completely finished).
Laurent

Revision 1.133: download - view: text, markup, annotated - select for diffs
Tue May 29 15:22:01 2001 UTC (23 years ago) by carcone
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +4 -2 lines
Bug fixed in the XML parsing step : a comment or a processing instruction within an Inline element generated a linebreak.
Laurent

Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue May 29 14:42:48 2001 UTC (23 years ago) by cvs
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +1 -1 lines
Unicode clean up.
Irene

Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue May 22 13:28:06 2001 UTC (23 years ago) by cvs
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +78 -93 lines
The CSS parser generates now errors and warnings.
Irene

Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri May 18 16:39:18 2001 UTC (23 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +5 -8 lines
Bug fixes: CSS test suite 1.4 1.5 1.6
Irene

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Mar 27 12:09:04 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +28 -73 lines
The Thot abstract tree has now a Document element as its root, to cope
with the XML infoset
VQ

Revision 1.128: download - view: text, markup, annotated - select for diffs
Fri Mar 23 14:50:17 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-2
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +19 -20 lines
- support of &amp; in the attribute values
- unsupported entities had no alphabet
Irene + Laurent

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Mar 23 11:37:42 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +7 -2 lines
Remove an exception error
JK+LC

Revision 1.126: download - view: text, markup, annotated - select for diffs
Wed Mar 21 15:36:46 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +44 -24 lines
- Improve the switch in parser for the XML sub-trees embedded within a HTML document.
- Improve the treament of the MathML entities.
Laurent

Revision 1.125: download - view: text, markup, annotated - select for diffs
Fri Mar 16 16:40:26 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +329 -354 lines
Removing CHAR_T, ustr, ufopen, usprintf from these files.
Irene

Revision 1.124: download - view: text, markup, annotated - select for diffs
Fri Mar 16 12:05:19 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +217 -217 lines
Removing the macro TEXT ()
Irene

Revision 1.123: download - view: text, markup, annotated - select for diffs
Thu Mar 15 11:09:45 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-1
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +8 -0 lines
For a XML document without encoding specification :
- generate a warning message
- allow the user to read the document as an Iso-Latin one
- consider the document as modified if that previous command is actived
Laurent

Revision 1.122: download - view: text, markup, annotated - select for diffs
Wed Mar 14 16:54:12 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +9 -2 lines
Add a new command to read a XML document without encoding declaration as a Iso Latin1 one.
Laurent

Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Mar 13 16:34:00 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +61 -32 lines
Buf fixed : XML entities had an incomplete attribute;
Laurent

Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Mar 12 14:44:31 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +29 -5 lines
Improve the treatment of the entities in both parsers.
Laurent

Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Mar 7 16:15:30 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +23 -12 lines
Improve the treatment of XML entities (but character entities are still lost inside an attribute value).
LC

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Mar 5 15:22:44 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +28 -9 lines
Improve the mapping of the XML entities (dichotomic research).
Laurent

Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri Feb 23 11:36:23 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +28 -8 lines
Make some XML parsing errors messages more relevant.
Laurent

Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Feb 21 16:08:52 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +153 -18 lines
The XML processing instruction "xml-stylesheet" is now interpreted (in the same manner as the <LINK REL="stylesheet"> tag).
Laurent

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Feb 13 18:25:13 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +1 -1 lines
Bug fix: When an XLink was created in a MathML file (a standalone formula),
that link was not saved in the .mml file.
VQ.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Feb 13 09:31:43 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -0 lines
Fixing bugs reported by Insure
Irene

Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Feb 5 08:36:58 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +6 -0 lines
Forgetting an ifdef declaration.
LC

Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Feb 2 16:43:13 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +3 -1 lines
LC

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri Feb 2 13:46:15 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +38 -21 lines
Preparatory work for the generic XML support in Amaya.
LC

Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Jan 30 15:13:25 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +51 -8 lines
Consider windows-1252 encoding (Windows Latin 1) as iso-8859-1
LC

Revision 1.109: download - view: text, markup, annotated - select for diffs
Mon Jan 22 14:32:58 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +66 -468 lines
Factorize the similar code used by both parsers (HTML and XML) for the attributes.
Move the resulting functions into XHTMLbuilder.c module.
LC

Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Jan 17 13:19:22 2001 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +186 -289 lines
Support of Multi-bytes characters for XML PI elements (same mechanism as the one used for XML comments).
LC

Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Jan 16 18:34:43 2001 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -0 lines
Code clean-up
VQ.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Jan 16 18:20:45 2001 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +152 -347 lines
All ISO-LATIN characters are supported in the attribute values.
Amaya raises a popup message when it finds in an attribute value an UTF8 character which code is greater than 255 and ignores that value.
LC

Revision 1.105: download - view: text, markup, annotated - select for diffs
Mon Jan 15 10:47:57 2001 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +33 -40 lines
Unify the treatment of XML entities (the exhaustive table for MathML entities is not yet connected).
LC

Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:12:56 2001 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +22 -26 lines
Adding the necessary structure and functions to handle access keys (not yet
available).
Code clean-up: removing the double prototype in some edited modules
Irene

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Dec 27 14:36:29 2000 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +211 -150 lines
Block elements are not allowed within an anchor (XML parser).
LC

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Dec 21 12:04:53 2000 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-1-2
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -0 lines
Bug fixed in the XML parser.
Data after leading multibytes characters was considered as the first character of the current element.
LC

Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed Dec 20 18:06:29 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +141 -48 lines
Support of UTF-8 for XML comments.
LC

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Dec 20 15:41:11 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +6 -2 lines
The XML parser no longer generates a pseudo-paragraph for a math element which is not inside a (x)html element.
LC

Revision 1.99: download - view: text, markup, annotated - select for diffs
Wed Dec 20 14:14:03 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +59 -44 lines
Bug fixed in the parsing of UTF8coded characters.
The SYMBOL_UNIT Thot element was not considered as an inline element.
LC

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Dec 18 10:21:06 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +28 -18 lines
When the 'sniffing' function sets the document encoding to US-ASCII, the XML parser overrides document encoding declaration with that value.
Bug fixed : When an unknown encoding is encountered, the XML parser stops immediately the parsing.
LC

Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri Dec 15 09:31:18 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +75 -76 lines
- Amaya is now able to read UTF8-documents. UTF8 is the default encoding, so the parsing message about 'undefined encoding' is no longer pertinent.
- When an encoding is not supported by Amaya, the document is not parsed.
LC

Revision 1.96: download - view: text, markup, annotated - select for diffs
Thu Dec 14 10:46:23 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +44 -3 lines
Support of multibytes characters for the content of the XML elements.
When a multibyte character is not found in the fallback Thot table, the XML parser creates a 'SYMBOL_UNIT' element and associates to that element the wide char code of the character.
LC

Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Dec 14 09:01:56 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +34 -25 lines
There was a confusion between the MathML and the GraphML schema during
the export.
Fixing some compilation warnings too.
Irene

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Dec 13 15:01:00 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +34 -12 lines
First step to support UTF8-encoded characters in the XML parser.
LC

Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Dec 12 12:09:51 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +138 -87 lines
Mathematical expressions within a <CENTER> element are now centered.
LC

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Dec 9 10:25:06 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +5 -10 lines
Bug fix: Checkboxes and radio buttons were not handled correctly when
         the user was resetting a form.
VQ.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Dec 6 16:40:11 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +25 -8 lines
Bugs fixed in the transformation processus for XHTML documents :
. the transformed fragment was not exported with the appropriate translation schema
. the transformation of an XHTML element defined after a Math element was performed with the wrong structure schema.
LC

Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Nov 23 15:48:28 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
Bug fixed
The XML parser lost the root element for a Math or SVG document when that element had no attribute.
LC

Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed Nov 22 18:09:37 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
Rename HTML.ERR file into PARSING.ERR
LC

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Nov 22 15:52:59 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-1-0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +49 -33 lines
Test if an unknown attribute in a XML document is caused by the current profile
LC

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Nov 22 13:57:59 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +150 -136 lines
Reformulation of the XML parsing errors.
Four error types are defined
  1. Error about encoding (unknown / undefined)
  2. Document not well-formed
  3. Unknown tags/attributes
  4. Unknown tags/attributes for the current profile

The treatment of the attributes is not yet finished

LC

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Nov 21 17:55:48 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +70 -41 lines
Makes the XML parsing messages more pertinent (not yet finished)
LC

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Nov 21 10:46:20 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +4 -3 lines
Set the elements mtext (MathML) and text (SVG) as inline elements.
Add the element TEXT_UNIT in the both tables and set those elements as inline too
LC

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Nov 20 17:10:36 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -1 lines
Allows nested declarations of SVG elements.
LC

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Nov 16 12:31:02 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +9 -1 lines
Bug fixed : In some cases, the end of a HTML document that contains math or svg elements was not correctly detected.
LC

Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Nov 16 11:32:09 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +8 -12 lines
"Attach the root attributes to the right Thot abstract tree element when PI or comments are defined before the root in the document" (II)
Don't execute that modification for XML elements included in a HTML document.
LC

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Nov 16 08:46:10 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -3 lines
Rename the function "SetErroMode" in init.c. It caused a name collision on Windows (thank you Ralph).
LC

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Nov 15 18:02:29 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +15 -1 lines
Temporary modification of the XML parser to attach the root attributes to the right Thot abstract tree element when PI or comments are defined before the root. Otherwise, the root attributes are attached to the last PI or comment element.
LC

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Nov 15 17:05:55 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
When an error or a warning is detected by the XML parser, the document is set in a read-only accesss mode, Then, when a document is opened into the same window,the initial browser/editor mode is restored.
LC

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Nov 10 13:50:38 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-0-0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +8 -9 lines
Bug fixed in the xml:space attribute treatment
LC

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:44:14 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +5 -7 lines
Makes difference between HTML errors and XML errors.
The HTML parser raises a pop-up when there is an error in the XML elements.
LC

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Nov 8 10:32:13 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +76 -48 lines
The XML parser raises a specific warning if the document encoding is not defined or not supported by Amaya.
LC

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Nov 7 15:30:12 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Bug fix : I used TtaGetLanguageIdFromAlphabet with parameter ' '.
LC

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Nov 3 15:32:26 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +5 -8 lines
Not well-formed XML documents are set in read-only access mode.
LC

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Nov 2 15:56:29 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Allows the creation of new SVG or MathML documents.
2 remarks :
- the initialization of a new document is not yet finished.
- the reload of a SVG or a MathML document raises a warning when the structure_view is opened (not specific to a new document).
LC

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Oct 31 10:51:57 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +0 -1 lines
Math and Graphics are not allowed in XHTML basic documents
Irene

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Oct 31 09:49:57 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +9 -1 lines
Make the XML parser more tolerant of document encoding.
LC

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Oct 30 12:48:22 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
New message for an unknown encoding
LC

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Oct 28 10:34:54 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Fixing a typo.
VQ

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Oct 28 10:13:30 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +32 -15 lines
Amaya displays a message if a XML document contains an encoding different from ISO-8859-1 and sets the access mode to read only for that document (the differents messages must be included in base_am_msg.xml)
LC

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Oct 27 10:54:36 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +28 -12 lines
- The trailing spaces are no more removed for the "TEXT_UNIT" elements that have an EntityName attribute
- Fixing a bug in the HTML entities treatment
- Cleaning code
LC

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Oct 27 07:55:30 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Fixing a bug in the treatment of the processing instructions.
LC

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Oct 26 17:27:08 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +71 -25 lines
Add a XMLPI element into the Thot schemas.
LC

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Oct 26 11:31:56 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +46 -7 lines
Create a new function to treat the processing instructions
LC

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Oct 25 09:14:16 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +4 -5 lines
French characters were considered as spaces.
Irene

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Oct 23 15:02:34 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Fixing a typo in an error message.
changing the annotation icon.
VQ.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Oct 23 09:27:12 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +96 -189 lines
- Unify the treatment of the entities in the new XML parser.
- Add the option "EXPAT_PARSER_DEBUG" to see the traces of the Expat perser callbacks.
- The new XML parser is used by default now. If you want to use the old one, add the option "OLD_XML_PARSER".
LC

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Oct 16 15:18:35 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +12 -17 lines
Remove useless buffer copying
LC

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Oct 16 09:04:34 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +7 -5 lines
Fixing a bug in the switch in parsers.
LC

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Oct 16 06:52:34 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -2 lines
XML parser: extra space were removed too late for the MathML tree builder
VQ.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Oct 14 10:41:47 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +17 -20 lines
Clean up the code (II)
LC

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Oct 14 09:18:33 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +215 -264 lines
Code clean up
LC

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:57:38 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Characters '&' and ';' were duplicated in error messages such as:
   Unknown entity &&Copyf;;
VQ

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Oct 13 15:39:42 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -3 lines
Replace one call to XMLparser.c
LC

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Oct 13 13:19:44 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +159 -166 lines
Improve the switch in parsers for the XML elements.
Improve the XML transformations (restoration of the "EXPAT_PARSER" option into the HTML parser).
Code clean up.
LC

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Oct 11 17:19:14 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +118 -114 lines
Improve the parsing of the XML sub-trees generated by the transformation process :
- set the element number line to "0"
- create a virtual root element, except for math or svg sub-trees included in a HTML element.
LC

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Oct 11 12:13:46 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +36 -20 lines
- Improve the parsing of the XML sub-trees transformations.
- Set line number to "0" when we are parsing a HTML transformation.
- The "sniffing function" didn't recognize a XML document in one case.
- Specific treatment for xml:xxx attributes when they are expanded with "namespae: URI

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Oct 6 17:30:09 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +208 -78 lines
First version of XML transformations with Expat parser.
It's still a work in progress so, I'll use now a personal flag
LC

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Oct 5 08:11:25 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
Amaya crashed when reading an invalid HTML document.
Irene

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Oct 3 16:04:22 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +95 -23 lines
Improvement of the white-space handling (trailing spaces)
LC

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Sep 29 14:12:19 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -4 lines
Cleaning code
LC

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Sep 29 12:44:29 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +63 -47 lines
Addition of the xml:space attribute for the XML DTD.
Improvement of the white-space handling
LC

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Sep 27 17:01:07 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +447 -298 lines
Improve the white space handling in new XML parser
(the xml_space attribute is not yet implemented in the Thot schemas).
LC

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Sep 22 16:23:45 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +324 -363 lines
Improving the treatment of attributes in XML parser.
Cleaning code.
LC

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Sep 22 09:21:52 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +164 -186 lines
First modifications to parse Math or SVG documents
LC

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Sep 18 16:43:31 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -3 lines
Assigns the right line number in XML parser.
LC

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Sep 18 15:00:31 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
Adding an indicator in Thot specific presentation rules that says if the
rule translates a CSS rule or an attribute.
Irene

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Sep 18 13:35:08 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -0 lines
Addition of local counters initialization in new XML parser.
LC

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Sep 15 15:34:02 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +35 -21 lines
Improving the switch in buffers for the XML elements.
It should be OK now
LC

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Sep 14 15:32:04 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +203 -185 lines
Improving the switch in parsers (not yet complete)
LC

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Sep 13 12:33:38 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
The XML parsing crashed on Windows platforms.
Irene

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Sep 11 16:36:59 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -6 lines
Addition of an information in the element mapping tables to indicate if
an element is a character-level one or not.
Addition of 'Input' elements in the HTML mapping table.
LC

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Sep 11 13:36:02 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +194 -183 lines
Improving the switch in parser and the parsing of a xml sub-tree
LC

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Sep 7 10:18:58 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +132 -103 lines
Improving the whitespace characters handling for XHTML elements.
Some cases are not yet treated
LC

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 5 13:44:44 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Amaya transformations were broken.
Fixing some minor bugs too.
Irene

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Sep 5 13:33:45 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +35 -23 lines
First step to handle whitespace characters in XML parser
LC

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Sep 4 15:34:17 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +33 -33 lines
Initialize some return values in XML parser
LC

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Sep 4 15:01:14 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +15 -22 lines
Fixing Windows warnings
Irene

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Sep 4 13:44:33 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +22 -18 lines
Improving the error awareness in the XML parser.
Preparing the control on attributes.
Irene

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Sep 1 16:21:17 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +29 -16 lines
Attributes with unknown namespaces are ignored in XML parser
LC

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Sep 1 14:34:29 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +9 -6 lines
Adding a confirm message when the XML parser detects an error.
Irene

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Sep 1 12:59:56 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +37 -36 lines
Stop EXPAT parser when it finds an unknown namespaces
LC

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Sep 1 08:29:25 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +18 -9 lines
Annotations didn't work when using the parser expat.
Irene

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Aug 31 16:58:33 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +81 -32 lines
Parsing of external entities in XML parser
LC

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 31 12:42:42 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +58 -100 lines
Adding a sniffing function that checks document headers
Irene

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Aug 30 16:43:22 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +7 -13 lines
Improving integration of MathML and SVG elements within (X)HTML documents.
These changes require that you delete all *.o files in you amaya object
directory before doing "make".
VQ

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 30 13:54:27 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +169 -74 lines
The synchronization of a XML document from the main view or from the source viewcalls the right parser.
In html2thot.c the function ReadTextFile is no longer static.
LC

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 29 13:54:06 2000 UTC (23 years, 9 months ago) by swick
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -1 lines
fudge test for annotation schema type to avoid discarding
view metadata needed later when loading the annotation.
This is a temporary hack to keep amaya from dumping core.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Aug 28 18:17:14 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -39 lines
XML parsing: improving the way the XML parser switches context when
   entering and leaving a different namespace.
VQ.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 28 13:52:08 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +20 -20 lines
Filtering XMHTL-basic elements and attributes
Irene

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 24 12:48:46 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +13 -15 lines
Bug fix: the XML parser crashed when encountering an unknown element
VQ.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Aug 24 07:40:34 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Views Mat_Structure_view and Graph_Structure_view no longer exist.
VQ.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 23 12:20:47 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +403 -490 lines
The XML parser based on expat didn't interpret entities correctly.
Table sharing between the XML and HTML parsers.
Irene

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 22 14:28:37 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +17 -66 lines
Preparing the parsing according to the current profile
Irene

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 22 07:51:16 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +45 -30 lines
Bug fix: Pseudo-paragraphs were not closed properly when using Expat.
VQ.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 21 07:16:10 2000 UTC (23 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +80 -104 lines
Handling new lines in XML comments with Expat.
VQ.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Aug 19 17:10:01 2000 UTC (23 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +39 -29 lines
First changes to make the Graphics language of Amaya converge with
  SVG, plus some changes to the new XML parser to cope mixed namespaces.
VQ.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 13 13:22:57 2000 UTC (23 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +59 -41 lines
Adding the support of XHTML-basic with the option
XHTML-BASIC + EXPAT_PARSER
Irne

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 19 14:55:54 2000 UTC (24 years ago) by cvs
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
Prepare the use of EXPAT parser
LC

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 16 16:44:03 2000 UTC (24 years ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +473 -259 lines
Adding Expat's API
Integrating XLink treatment and completing namespaces application
Removing useless module

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 7 17:12:14 2000 UTC (24 years ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +188 -515 lines
LC

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 19 13:43:48 2000 UTC (24 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +346 -402 lines
Improvement of the XML parser
Laurent

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 4 08:41:54 2000 UTC (24 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +19 -14 lines
MathML: the MathML parser raises an error when an element does not contain the
        expected number of chidren.
VQ.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 27 17:54:08 2000 UTC (24 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +591 -450 lines
Dealing with XML Namespaces
Progress in the integration of XML parser and HTML parser of amaya
Laurent

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:46:49 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +202 -390 lines
XML parser
Updating entities mapping and adding namespace processing

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 20 16:54:14 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +668 -1112 lines
Work in progress
Laurent

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 17 16:56:12 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Prepare amaya for parsing XML documents
Laurent

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster