CVS log for parser3/src/classes/Attic/dom.C

[BACK] Up to [parser3project] / parser3 / src / classes

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.36
Wed Sep 26 11:24:07 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.35: +1 -1 lines
xdoc&xnode now

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Sep 26 10:32:25 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +2 -3 lines
added ident.awk and main.dsp splitted to main+classes+types along to .am

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Sep 25 09:36:51 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +5 -5 lines
xml configure makes

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Sep 21 14:46:09 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +13 -3 lines
zillions of #ifdef XML
created new projects for sql drivers [planning to remove sql drivers from main cvs project]
first, will join latest changes

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Sep 21 09:04:18 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +4 -4 lines
defaulted dom writing methods encoding to pool.get_charset

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Sep 21 09:03:10 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +6 -6 lines
defaulted dom writing methods encoding to pool.get_charset

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Sep 21 08:57:30 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +2 -2 lines
defaulted dom writing methods encoding to pool.get_charset

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 21 08:38:28 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +4 -3 lines
defaulted dom writing methods encoding to pool.get_charset

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Sep 20 14:25:06 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.27: preferred, unified
Changes since revision 1.27: +4 -9 lines
Pool::transcode 0

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Sep 20 09:17:55 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +30 -25 lines
dom. string save file
moved output xml options to last param and made it optional

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Sep 20 07:31:51 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +213 -15 lines
dnode .file .string .save moved back to dom due to strange xalan bug

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Sep 18 16:05:42 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +1 -201 lines
merged latest bugfixes from before_xml branch
^if(def $hash) now true only when ^hash:_count[]!=0
moved
.string .save .file from dom to dnode

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Sep 17 16:49:15 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +3 -8 lines
started dnode+dom

dnode
    DOM methods:
    $node.name
    $node.value
    ...others...

    ^node.xpath[/rates/USD] = hash
        $hash[
        	$.0[node0]
        	$.1[node1]
        ]

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Sep 17 14:46:49 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +6 -31 lines
started
dnode
    DOM:
    $node.name
    $node.value
    ...others...
    ^node.xpath[/rates/USD] = hash
dom(dnode)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Sep 15 14:22:47 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +9 -9 lines
fixed bug in isapi pool_storage -
cleanups first, allocations second.
apache wisely does just like that

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Sep 15 11:48:41 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +6 -6 lines
xalan objects freed up [introducing Pool::register_cleanup]

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Sep 14 15:41:59 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +22 -14 lines
dom.xslt  stylesheet compiled&cached

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Sep 13 14:10:54 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +22 -11 lines
^dom.file[] charset

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Sep 13 12:40:03 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +37 -28 lines
dom:file content-type(.method)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 11 09:20:57 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +6 -13 lines
^dom:set{<some>xml</some>} default language XML
languages+=xml

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Sep 11 09:14:04 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +34 -4 lines
^dom:set[<some>xml</some>]

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Sep 11 08:49:22 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +6 -6 lines
^dom:save/string/file[output options]
output options:
    $.method[xml|html|text] detection fixed

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Sep 11 08:39:04 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +6 -5 lines
^dom:save/string/file[output options]
output options:
    $.method[xml|html|text] detection fixed

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 10 15:51:41 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +77 -35 lines
^dom:save/string/file[output options]
output options:
    $.method[xml|html|text] $.encoding[windows-1251|...]

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 10 14:42:05 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +25 -6 lines
^dom.xslt[stylesheet filename][params hash added]

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Sep 10 14:24:37 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +23 -35 lines
^dom.xslt[stylesheet filename] 0

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Sep 10 13:13:55 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +56 -24 lines
^dom.xslt[stylesheet filename] -1 doc is lying

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 10 11:17:41 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +49 -6 lines
^dom.file[encoding] = file

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 10 09:51:14 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +2 -2 lines
^dom.string[encoding] 1
^dom.save[encoding;filename]

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 10 09:49:45 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +31 -23 lines
^dom.string[encoding] 1
^dom.save[encoding;filename]

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 10 09:34:51 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +68 -9 lines
^dom.string[] 0

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 10 09:02:20 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +37 -37 lines
^dom.save[b.xml] 1:error handling

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Sep 10 08:23:49 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +51 -12 lines
^dom.save[b.xml] 0

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 7 16:51:24 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +28 -2 lines
(def $table) is false when table is empty

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 7 12:46:19 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +90 -0 lines
merged with successful start of dom

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 7 08:45:58 2001 UTC (24 years, 9 months ago) by parser
Diff to: previous 1.1: preferred, unified; next MAIN 1.2: preferred, unified
Changes since revision 1.1: +90 -0 lines
introducing dom. dom:load[a.xml]

Revision 1.1
Fri Sep 7 08:45:58 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
FILE REMOVED
file dom.C was initially added on branch xalan1_2.

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

E-mail: