CVS log for parser3/src/types/pa_vxdoc.h
Up to [parser3project] / parser3 / src / types
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 3 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.65: preferred, unified
Changes since revision 1.65: +2 -2 lines
Copyright year updated, websites links changed to https://
Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Nov 4 03:53:26 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1,
release_3_5_0
Diff to: previous 1.64: preferred, unified
Changes since revision 1.64: +2 -2 lines
Copyright year updated
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Sep 13 04:01:23 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.63: preferred, unified
Changes since revision 1.63: +2 -2 lines
optimization: Value::as() removed as dynamic_cast is faster, Value::is() is still required for is operator.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:13 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.62: preferred, unified
Changes since revision 1.62: +3 -3 lines
copyright, authors actualized
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:44 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.61: preferred, unified
Changes since revision 1.61: +2 -2 lines
Copyright year updated
Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Dec 15 16:37:41 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.60: preferred, unified
Changes since revision 1.60: +2 -7 lines
xsltStylesheet_auto_ptr removed, as xsltFreeStylesheet has side effects on original doc.
compiled stylesheet no longer cached as with libxml2-2.9.9 it was not updated after
xdoc modification (part 3 of test 362). (related to bug #1108)
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Nov 15 22:48:58 2017 UTC (8 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.59: preferred, unified
Changes since revision 1.59: +2 -2 lines
regular new/delete no longer used in our code, stubs defend from accidental use (implements feature #1170)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed May 17 14:22:12 2017 UTC (9 years ago) by moko
Branches: MAIN
Diff to: previous 1.58: preferred, unified
Changes since revision 1.58: +3 -3 lines
fixed spelling typos from lintian reported by Sergey B Kirpichev (fixes bug #1156)
Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:52 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.57: preferred, unified
Changes since revision 1.57: +2 -2 lines
Copyright year: 2015->2017
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Dec 24 22:53:31 2016 UTC (9 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.56: preferred, unified
Changes since revision 1.56: +2 -2 lines
-wAll warning war
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Nov 7 00:01:31 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.55: preferred, unified
Changes since revision 1.55: +7 -2 lines
xsltParseStylesheetDoc result now cached as xdoc is modified after it (fixes bug #1108)
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Nov 6 20:25:24 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.54: preferred, unified
Changes since revision 1.54: +9 -16 lines
whitespace
Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:22:03 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.53: preferred, unified
Changes since revision 1.53: +2 -2 lines
Copyright year updated
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Mar 16 09:47:36 2015 UTC (11 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.52: preferred, unified
Changes since revision 1.52: +2 -2 lines
- $var.CLASS & $var.CLASS_NAME now have special opcodes. This can be switched off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL on pa_opcode.h ( new feature: #844 )
Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Jun 21 14:22:10 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3,
release_3_4_2
Diff to: previous 1.51: preferred, unified
Changes since revision 1.51: +4 -2 lines
output_options returned and used (bugfix for feature #265)
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon May 28 19:47:53 2012 UTC (14 years ago) by moko
Branches: MAIN
Diff to: previous 1.50: preferred, unified
Changes since revision 1.50: +2 -2 lines
^json:string[$o; $.default[$method]] implemented for VObject (new feature #803)
Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed May 23 16:26:41 2012 UTC (14 years ago) by moko
Branches: MAIN
Diff to: previous 1.49: preferred, unified
Changes since revision 1.49: +2 -2 lines
bool "return string as-is" removed from as_expr_result. ( new feature: #831 )
Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:20 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.48: preferred, unified
Changes since revision 1.48: +2 -2 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Oct 11 13:40:16 2011 UTC (14 years, 7 months ago) by misha
Branches: MAIN
Diff to: previous 1.47: preferred, unified
Changes since revision 1.47: +3 -2 lines
- new option was added: ^xdoc.file[$.name[имя файла]] (new feature: #622)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed May 25 03:55:04 2011 UTC (15 years ago) by misha
Branches: MAIN
Diff to: previous 1.46: preferred, unified
Changes since revision 1.46: +1 -3 lines
- code cleanup (unused output_options were removed)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed May 18 01:24:47 2011 UTC (15 years ago) by misha
Branches: MAIN
Diff to: previous 1.45: preferred, unified
Changes since revision 1.45: +23 -15 lines
- now json:string can serialize xdoc-objects. options (the same as ^xdoc.string[]) could be specified in $.xdoc[] ( new feature: #265 )
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Aug 8 13:30:22 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_1,
release_3_4_0
Diff to: previous 1.44: preferred, unified
Changes since revision 1.44: +4 -4 lines
- new classes implementation
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:30:50 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
CVS tags: release_3_3_0,
release_3_2_3,
release_3_2_2
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +3 -3
lines
- "parser.runtime" strings were removed
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Feb 9 18:06:37 2007 UTC (19 years, 3 months ago) by misha
Branches: MAIN
Diff to: previous 1.42: preferred, unified
Changes since revision 1.42: +4 -1
lines
- bugfix. I broke xdoc & xnode in expression
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Feb 3 18:08:39 2007 UTC (19 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.41: preferred, unified
Changes since revision 1.41: +1 -4
lines
- bool class was added
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Dec 16 10:15:12 2005 UTC (20 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_1,
paf_left
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +28 -37
lines
. started killing gdome
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:56 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_0
Diff to: previous 1.39: preferred, unified
Changes since revision 1.39: +2 -2
lines
2005
Revision 1.39.14.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:06 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.39: preferred, unified; next MAIN 1.40: preferred, unified
Changes since revision 1.39: +2 -2
lines
. 2005 ;)
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Mar 10 10:42:11 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4,
release_3_1_3,
release_3_1_2
Branch point for: release_3_1_5
Diff to: previous 1.38: preferred, unified
Changes since revision 1.38: +10 -3
lines
new: refined solution to search-in-namespaces problem:
$xdoc.search-namespaces.x[http://pif.design.ru/]
$nodes[^xdoc.select[//x:second]]
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Mar 1 12:12:28 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.37: preferred, unified
Changes since revision 1.37: +9 -5
lines
bugfix: boolean output options now have unified defaults [after transform indent/omit-xml-declaration/standalone 'default' erroreously meant 'true']
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Feb 17 14:22:29 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.36: preferred, unified
Changes since revision 1.36: +5 -2
lines
bugfix: ^xdoc::transform [note double :] caused assertion
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:19 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +2 -2
lines
2004
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Dec 10 14:17:45 2003 UTC (22 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +1 -3
lines
$status:sql.cache back operational
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:30 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +1 -1
lines
static const char * const IDENT
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:35:33 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +2 -2
lines
turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
found several unitialized vars
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jul 24 11:31:27 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1,
release_3_1_0
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +50 -39
lines
moved tempate_gc to HEAD
Revision 1.31.2.9.2.11: download - view: text, markup, annotated - select for diffs
Sun May 11 12:19:38 2003 UTC (23 years ago) by paf
Diff to: previous 1.31.2.9.2.10: preferred, unified; next MAIN 1.31.4.1: preferred, unified
Changes since revision 1.31.2.9.2.10: +18 -8
lines
think that found cause of premature doc free.
transformed document had xmlDoc reference stored to non-gc-memory (libgdome)
added holding-reference
Revision 1.31.2.9.2.10: download - view: text, markup, annotated - select for diffs
Wed Apr 2 10:24:02 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9.2.9: preferred, unified
Changes since revision 1.31.2.9.2.9: +4 -9
lines
removed ref leak in xdoc::create/load
Revision 1.31.2.9.2.9: download - view: text, markup, annotated - select for diffs
Wed Apr 2 09:32:12 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9.2.8: preferred, unified
Changes since revision 1.31.2.9.2.8: +2 -2
lines
more locally scoped vars in execute (more easily optimizable)
Revision 1.31.2.9.2.8: download - view: text, markup, annotated - select for diffs
Tue Apr 1 15:42:26 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9.2.7: preferred, unified
Changes since revision 1.31.2.9.2.7: +5 -1
lines
memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
fixed by remembering xmlDoc from dom object in xdoc.
todo: do something with premature free of xdoc with xnodes/node values referring into it
Revision 1.31.2.9.2.7: download - view: text, markup, annotated - select for diffs
Wed Mar 26 13:47:01 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9.2.6: preferred, unified
Changes since revision 1.31.2.9.2.6: +1 -2
lines
configured math funcs
ported pa_exec
Revision 1.31.2.9.2.6: download - view: text, markup, annotated - select for diffs
Tue Mar 25 10:07:00 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9.2.5: preferred, unified
Changes since revision 1.31.2.9.2.5: +2 -2
lines
xnode.C compiled, doc/node finalizers isntalled
Revision 1.31.2.9.2.5: download - view: text, markup, annotated - select for diffs
Mon Mar 24 17:52:19 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9.2.4: preferred, unified
Changes since revision 1.31.2.9.2.4: +12 -13
lines
started XML
Revision 1.31.2.9.2.4: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:42:35 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9.2.3: preferred, unified
Changes since revision 1.31.2.9.2.3: +5 -5
lines
introducing StringBody [C++ CORD wrapper]
Revision 1.31.2.9.2.3: download - view: text, markup, annotated - select for diffs
Thu Mar 20 08:11:16 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9.2.2: preferred, unified
Changes since revision 1.31.2.9.2.2: +2 -2
lines
untaint.C 30%,
pa_common.C [done, without http for now]
Revision 1.31.2.9.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 19 16:28:10 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9.2.1: preferred, unified
Changes since revision 1.31.2.9.2.1: +2 -2
lines
started test
Revision 1.31.2.9.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:14:22 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31.2.9: preferred, unified
Changes since revision 1.31.2.9: +12 -12
lines
started porting to gc:
PA_Object done
lots of replacements also
Revision 1.31.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 17 14:48:07 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.31: preferred, unified; next MAIN 1.32: preferred, unified
Changes since revision 1.31: +2 -2
lines
libgc attempt
Revision 1.31.2.9: download - view: text, markup, annotated - select for diffs
Fri Mar 7 14:56:59 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.31.2.8: preferred, unified; branchpoint 1.31: preferred, unified; next MAIN 1.32: preferred, unified
Changes since revision 1.31.2.8: +3 -3
lines
xml: test: 107 bug fixes
Revision 1.31.2.8: download - view: text, markup, annotated - select for diffs
Fri Mar 7 11:16:45 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.31.2.7: preferred, unified; branchpoint 1.31: preferred, unified
Changes since revision 1.31.2.7: +3 -3
lines
test: 107 bug fixes
Revision 1.31.2.7: download - view: text, markup, annotated - select for diffs
Fri Mar 7 09:24:36 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.31.2.6: preferred, unified; branchpoint 1.31: preferred, unified
Changes since revision 1.31.2.6: +3 -3
lines
xml: linked
Revision 1.31.2.6: download - view: text, markup, annotated - select for diffs
Fri Mar 7 09:17:19 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.31.2.5: preferred, unified; branchpoint 1.31: preferred, unified
Changes since revision 1.31.2.5: +2 -1
lines
xdoc.C compiled
Revision 1.31.2.5: download - view: text, markup, annotated - select for diffs
Thu Mar 6 12:02:05 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.31.2.4: preferred, unified; branchpoint 1.31: preferred, unified
Changes since revision 1.31.2.4: +23 -20
lines
xml: charsets
Revision 1.31.2.4: download - view: text, markup, annotated - select for diffs
Fri Feb 21 08:50:03 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.31.2.3: preferred, unified; branchpoint 1.31: preferred, unified
Changes since revision 1.31.2.3: +7 -7
lines
fixed all cstr's that must use pool [as the one in ^process]
Revision 1.31.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 17 17:05:05 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.31.2.2: preferred, unified; branchpoint 1.31: preferred, unified
Changes since revision 1.31.2.2: +2 -2
lines
fixed all remained bugs of unitialized simple-typed field
Revision 1.31.2.2: download - view: text, markup, annotated - select for diffs
Tue Feb 4 14:12:43 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.31.2.1: preferred, unified; branchpoint 1.31: preferred, unified
Changes since revision 1.31.2.1: +3 -3
lines
int compiled
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:46 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +4 -4
lines
grammar compiled
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:21 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +2 -2
lines
2002->2003
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 31 15:01:57 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007,
release_3_0_0006
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +2 -2
lines
static fix merged
Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 31 12:22:16 2002 UTC (23 years, 7 months ago) by paf
Diff to: previous 1.29: preferred, unified; next MAIN 1.30: preferred, unified
Changes since revision 1.29: +2 -2
lines
static call $self fixed
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Aug 15 07:53:07 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +2 -2
lines
is->as
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Aug 14 14:18:32 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, unified
Changes since revision 1.27: +3 -8
lines
is now works with VObject & VClass
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Aug 13 15:55:45 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +2 -2
lines
introduced Value::get_element(..., bool looking_down) [needed to exclude endless recoursion]
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Aug 13 13:02:43 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +2 -2
lines
VObject.get/out now looking down/up tree
todo: fix error message on non-constructed parents
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Aug 12 10:32:54 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +3 -14
lines
killed VAliased [redundant], moved $CLASS to VObject only [parser class instance]
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 9 14:18:40 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +8 -1
lines
started as()
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:25 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +1 -1
lines
$Date: now$
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:57 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +2 -10
lines
ident.C* removed
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Apr 18 15:33:34 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004,
release_3_0_0003,
release_3_0_0002,
release_1_0_0001
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +3 -2
lines
fclass_real lowered from VStateless_class to VObject
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 27 15:30:39 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +2 -2
lines
assigned exception types
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:30:21 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +2 -2
lines
name spelling
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:55 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +2 -2
lines
2002
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 28 10:40:06 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +8 -2
lines
xdoc.importNode 1 [fixed as_node helper func to accept docs]
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jan 14 17:48:57 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +12 -15
lines
xslt transform0.
TODO:
use output options
handle errors
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 28 14:06:52 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +7 -8
lines
gnome libs just compiled in.
no refcounting
no xpath
no xslt
yet
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 27 19:57:10 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +34 -65
lines
going away from xalan&xerces, started the process.
globals [initialization
pool [charset update
charset [transcodings
vxnode vxdoc [DOM calls
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 21 14:00:28 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +21 -5
lines
<xsl:output
output options made identical to xsl:output attributes
exclusion:
cdata-section-elements
what xalan can do but that not used now:
it can escape and remove CDATA sections
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:35 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +2 -2
lines
$status:db
fixed used not initialized in db_connection & db_table
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 26 12:21:42 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +13 -7
lines
transform2 for parsed_source
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Oct 19 14:56:17 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +5 -5
lines
xnode clone got freed
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 19 14:15:23 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +3 -3
lines
switched to c++ exceptions 1xml
configure fixed to exclude xalan-patch from non-xml compile
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Oct 18 13:43:24 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +15 -5
lines
vxdoc set_document & ctor question "who owns document" solved
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 18 11:59:42 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +2 -1
lines
dom created by create can be transformed now
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 15 11:48:04 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +6 -10
lines
DOM1 major addtion, only few attributes/methods left
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 9 14:25:30 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +7 -7
lines
xalan patches starting
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 9 08:13:04 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +7 -1
lines
table:menu & op for delims made allowed not to be code [be string..]
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 8 08:21:05 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +6 -2
lines
parsedSource produced by nonstandard liaison freed up
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 5 16:12:40 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +7 -2
lines
started xml errorhandler.
fixed string.replace a little, read @test
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 26 11:24:07 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
xdoc&xnode now
E-mail: