CVS log for xmlparser/xml_parser.php
Up to [MetaL] / xmlparser
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Aug 11 11:34:41 2011 UTC (5 months, 3 weeks ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -2
lines
Fixed the extraction of attributes with namespaces.
Fixed the returning of errors for malformed tag values.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jul 13 10:00:40 2011 UTC (6 months, 3 weeks ago) by mlemos
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +56 -14
lines
Added the GetTagValue function to get the data value inside a tag.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Apr 26 07:22:03 2010 UTC (21 months, 1 week ago) by mlemos
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +30 -2
lines
Added support to extract object tag and attribute namespaces.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jun 6 08:45:35 2009 UTC (2 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2
lines
Avoided using the cached file if it is not possible to check the XML file
last modification date.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jun 6 08:33:14 2009 UTC (2 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -3
lines
Removed remaining file existence check on file to be parsed.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jun 6 08:28:41 2009 UTC (2 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -3
lines
Removed the file existence check to allow the class to parse remote files
or streams.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 21 05:06:47 2007 UTC (4 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4
lines
Fixed the VerifyWhiteSpace function that was accessing the wrong object
when the store_positions options is true.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 22 01:25:05 2006 UTC (5 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +14 -14
lines
Return more explicit errors when errors on reading and writing parsed cache
files occur.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jan 14 16:57:32 2003 UTC (9 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Fixed cache file modification time verification.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Dec 4 20:59:47 2002 UTC (9 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Avoided using PHP short tag.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Sep 19 02:51:46 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +88 -49
lines
Optimized parsing by avoiding copying the parsed document structure to the
from the parser handler obter to the parser object.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Sep 18 00:29:02 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4
lines
Avoided passing arguments by reference to prevent warnings.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jun 11 21:41:51 2001 UTC (10 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +17 -3
lines
Added an option to fail on non simplified XML documents.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Nov 20 02:06:09 2000 UTC (11 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Fixed typo in error message.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jul 4 06:33:51 2000 UTC (11 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -1
lines
If possible made the input/output of cache files unbuffered to gain extra
speed.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 12 23:48:26 2000 UTC (11 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +71 -7
lines
Added the VerifyWhiteSpace function to verify whether a given XML data
element is made only of whitespace characters.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 4 20:32:50 2000 UTC (11 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Added missing default value to the simplified_xml argument of XMLParseFile
function.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 26 17:48:52 2000 UTC (11 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +24 -8
lines
Added support to parse simplified XML formats (ignoring tag attributes).
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 20 02:57:52 1999 UTC (12 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -3
lines
Added support to change the parser tag case folding and target encoding.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 11 06:21:27 1999 UTC (12 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -9
lines
Made the error messages more explicit.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 17 15:09:05 1999 UTC (12 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -3
lines
Added support to merge consecutive data elements.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 16 20:55:58 1999 UTC (12 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +66 -1
lines
Added a method to parse a XML file passing its name.
Added a function to parse a XML file and optionally cache the parser object.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jul 2 03:39:58 1999 UTC (12 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -3
lines
Checked for end of file reached if fread fails in ParseStream method.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jun 30 20:01:01 1999 UTC (12 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +16 -10
lines
Made the storage of of the positions of each element be option.
Initialized the line, column and byte index error variables to 0.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 29 20:50:37 1999 UTC (12 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +17 -4
lines
Added support to keep track of the positions of each parsed element.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 29 04:01:02 1999 UTC (12 years, 7 months ago) by mlemos
Branches: MAIN
Initial revision.
|