W3C CVS Root

CVS log for Amaya/amaya/f/fetchXMLname_f.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed May 7 13:49:03 2008 UTC (16 years, 1 month ago) by kia
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2, Amaya-11-1, Amaya-11-0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +20 -20 lines
char* => const char*
(Regis patches + many many others)

Revision 1.34: 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-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-10-0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +10 -2 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.33: download - view: text, markup, annotated - select for diffs
Fri Nov 25 13:02:08 2005 UTC (18 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -4 lines
Too many entities are now generated.

Irene

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Nov 24 17:10:21 2005 UTC (18 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -2 lines
Amaya never generated HTML entities.
Irene

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jul 8 14:29:29 2005 UTC (18 years, 11 months ago) by tollenae
Branches: MAIN
CVS tags: Amaya-9-2-1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -0 lines
Add thot schema for templates.

A. Tollenaere

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jul 2 12:55:24 2004 UTC (19 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-2, Amaya-9-1, Amaya-8-7, Amaya-8-6
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -0 lines
Avoid to export alphanumeric entities when there is no DocType.
Irene

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jan 5 15:48:32 2004 UTC (20 years, 5 months ago) by gully
Branches: MAIN
CVS tags: Amaya-8-5, Amaya-8-4, Amaya-8-3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +27 -27 lines
Remove "#ifndef __STDC__" specific prototypes generation (make proto).
Now fuctions's prototypes are by default __STDC__ compliant (even if __STDC__ flag is not defined).
[ This ugly change is necessary for wxWindows port on WINDOWS platform. ]

S. GULLY

Revision 1.28: 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.27: preferred, colored
Changes since revision 1.27: +2 -2 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.27: download - view: text, markup, annotated - select for diffs
Tue Sep 17 13:34:11 2002 UTC (21 years, 9 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-2, Amaya-8-1b, Amaya-8-1, Amaya-8-0, Amaya-7-2, Amaya-7-1, Amaya-7-0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -2 lines
Bug fix in xml : a new xml nature was added each time a synchronization
 was made thru the source view.
Laurent

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Mar 21 16:18:04 2002 UTC (22 years, 3 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-6-4, Amaya-6-3, Amaya-6-2, Amaya-6-1, Amaya-6-0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -0 lines
The CSS parser didn't handle correctly enumerated attribute values.
Irene

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Mar 11 15:07:11 2002 UTC (22 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -0 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.24: download - view: text, markup, annotated - select for diffs
Thu Mar 7 09:05:13 2002 UTC (22 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -8 lines
Avoid to open a new window when the user click with the right button a
link "mailto:" or a link to a file which won't be displayed by Amaya
Irene

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 4 14:49:50 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-3, Amaya-5-2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -2 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.22: download - view: text, markup, annotated - select for diffs
Wed Sep 5 12:42:11 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Renaming GraphML by SVG
Don't forget to relaunch "../configure", "make clean", "make depend"

Irene

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

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Mar 16 17:14:01 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -6 lines
Irene

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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 7 10:17:40 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
ISO-latin-1 characters are now exported as entities when the document
encoding is ASCII, as ISO-latin-1 characters when the document encoding is
ISO_8859_1, as UTF8 characters when the document encoding is UTF_8.
Irene

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Mar 6 15:14:12 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -0 lines
Add a function that accedes to an entity by its code and returns its name.
Laurent

Revision 1.16: 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
CVS tags: Amaya-4-3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -0 lines
Unify the treatment of XML entities (the exhaustive table for MathML entities is not yet connected).
LC

Revision 1.15: 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.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Block elements are not allowed within an anchor (XML parser).
LC

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

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 22 13:57:59 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -0 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.12: download - view: text, markup, annotated - select for diffs
Mon Sep 11 16:37:00 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-0-0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 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.11: download - view: text, markup, annotated - select for diffs
Wed Sep 6 13:57:12 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
Improving the control on the XHTML conformance
Irene

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Aug 29 15:01:42 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -4 lines
Mixing the HTML parser and the XML parser
Irene

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 7 14:18:46 2000 UTC (24 years ago) by cvs
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
Transfert of the "Mapping XHTML Element" treatment from XmlNameSpace.c to fetchXMLname.c
LC

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 5 13:21:07 2000 UTC (24 years ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -0 lines
Creating new modules to implement XLink
VQ

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 12 13:55:39 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -6 lines
Amaya crashed when it read an invalid XML document
Irene

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 16 17:04:03 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -8 lines
Unicode.
New Features:
- html2thot.c
  * GetNextChar allows to get the next Wide Char from a file or a buffer.
  * ParseHTMLError writes a multibyte string into the output file. This file
    is supposed to be UTF 8 for the moment.

- config.c
  New function: GetNextWideCharFromMultibyteString allows to read the right number
  bytes into a string coded in char* (bytes) and gives a Wide Char.
  This function is used in getFirstWord, getSecondWord, SingleWord, getStringAfterColon.
  It also will be used for the HTML parser.


- fileaccess.c
  New function:
  * TtaGetWideChar reads the right number of bytes to give a wide char
  * TtaWriteWideChar transforms a wide char into the right number of bytes and writes
    the bytes into a file.
  Modified functoins:
  * TtaWriteDocIdent
  * TtaCheckDirectory
  * TtaReadOpen

- uio.c
  New function: ufgets allows to read the right number of bytes from a given
  file to give a Wide character string which length is N (parameter of ufgets).
  If N > NB (number of wide characters remaining) then ufgets returns a
  Wide Character String whitch length is NB.
  if EOF then ufgets returns NULL.

- css.c
  Style sheets are handled as Wide Characters now.
  LoadStyleSheets is adapted to handle Wide Character Strings.

- mesage.c
  TtaGetMessageTable allowd to fill a table of Wide Character
  Strings from a file.

- registry.c
  New function WGetEnv.
  Windows provides _wgetenv to get system env vars coded in Wide Characters
  * WGetEnv does the samething on Unix.

  Modified functions:
  * TtaGetEnvString
  * TtaGetDefEnvString

- platforms.c
  Modified function: TtaFileExist.

Work still to do:
- interface with libwww
- interface with motif dialogs.

Ramzi.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 24 16:51:54 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -8 lines
Unicode.

Ramzi

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 10 07:37:12 1999 UTC (24 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Make Amaya able to print with CSS and fix some bugs in the CSS parser:
- Amaya didn't detect complex selectors and managed them as simple selectors
- Amaya tried to interpret CSS comment within CSS rules.
Irene

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jul 13 11:13:30 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Creation of 2 new modules to collect parsing functions shared by
the HTML, XML and CSS parsers
Irene

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