Ryu Sawada
|
ecf3274100
|
fixed functions without argument types.
|
2007-07-28 20:37:54 +00:00 |
|
ritt
|
3a94fa165f
|
Performance improvement in writing long XML files
|
2007-07-26 15:20:05 +00:00 |
|
Ryu Sawada
|
59d13fe1f4
|
added format and parameters consistency check.
aded 'const' keyword for string format of 'read_error'.
|
2007-06-27 00:36:47 +00:00 |
|
Ryu Sawada
|
395839404a
|
fixed an error from the previous commit.
|
2007-05-22 13:41:35 +00:00 |
|
Ryu Sawada
|
2ea15334a1
|
fixed a potential error by 'strcpy', which depends on libc implementation.
|
2007-05-22 08:42:20 +00:00 |
|
ritt
|
7947f08b0e
|
Fixed bug with wrong interpretation of empty element such as <TEXT></TEXT>
|
2007-05-10 08:59:44 +00:00 |
|
Ryu Sawada
|
7bce4afd0a
|
fixed local variables shadow other local variables or functions.
A variable 'index' shadowed a function 'index' in string.h.
|
2007-04-30 08:25:59 +00:00 |
|
Ryu Sawada
|
641d48e06a
|
code cleanup
|
2007-04-25 22:37:39 +00:00 |
|
ritt
|
fdfe3d2413
|
Fixed endless loop in mxml_decode if a comment contained an entity like &XYZ;
|
2007-04-04 13:32:24 +00:00 |
|
Ryu Sawada
|
dabfe6db7c
|
merged with mxml in ROME.
* increased size of a string buffer. (ROME rev.1341)
* performance improvement of parse_entity (ROME rev.1609)
|
2007-02-26 13:49:17 +00:00 |
|
ritt
|
c4fd52f513
|
Added back mxml_write_element()
|
2007-02-15 12:43:53 +00:00 |
|
Matthias Schneebeli
|
dd5481e113
|
added mxml_suppress_date and mxml_write_empty_line.
fixed a bug in mxml_add_tree
|
2007-02-15 12:37:08 +00:00 |
|
Matthias Schneebeli
|
e77b8b1116
|
Go back to revision 44. The good modifications of rev. 45 and 46 will be added in the following commits. The reason for this is a bad commit in rev. 45.
|
2007-02-15 11:59:54 +00:00 |
|
ritt
|
d8db729ef2
|
Added mxml_write_element()
|
2007-02-15 07:54:03 +00:00 |
|
Matthias Schneebeli
|
2c3793990f
|
synchronized mxml and rome
fixed bug in mxml_add_special_node_at
|
2006-11-20 08:55:30 +00:00 |
|
Matthias Schneebeli
|
17ef5507af
|
wrong parent pointer correction in mxml_add_special_node_at
|
2006-11-17 21:44:34 +00:00 |
|
ritt
|
169e848290
|
Fixed compiler warnings
|
2006-09-18 11:52:18 +00:00 |
|
Ryu Sawada
|
d29a3a0604
|
correct handle of attribute in XPATH.
|
2006-07-18 09:27:07 +00:00 |
|
ritt
|
f656cfb5aa
|
Applied patch from Sergio Ballestrero
|
2006-05-17 15:23:57 +00:00 |
|
Pierre Amaudruz
|
ad197c34d9
|
- OS_VXWORKS condition on sys/time
- Change // to /*
|
2006-03-30 22:48:42 +00:00 |
|
Matthias Schneebeli
|
94890c59f6
|
don't remove "
|
2006-03-07 16:19:54 +00:00 |
|
Matthias Schneebeli
|
29adc0b8f9
|
mxml_find_nodes1 able to analyze e.g. [name='XX'][2]
|
2006-03-07 15:06:59 +00:00 |
|
ritt
|
0ca44a6d92
|
Applied patch from Achim Gsell to fix compiler warning under 64bit OS
|
2006-02-21 13:07:16 +00:00 |
|
ritt
|
a1111c83d0
|
Decode strings in quotes correctly
|
2005-12-20 07:09:34 +00:00 |
|
Matthias Schneebeli
|
2bd4d06829
|
handle several conditions like /AAA[x=1][y=2][@aa=3]/BBB
|
2005-11-22 09:48:58 +00:00 |
|
ritt
|
d51de8ab4b
|
Fixed bug where XML data was written to file instead of buffer
|
2005-10-25 12:31:05 +00:00 |
|
ritt
|
d4de46a3d8
|
Added C++ support
|
2005-10-24 07:56:51 +00:00 |
|
ritt
|
e7e0170dab
|
|
2005-10-20 10:36:49 +00:00 |
|
ritt
|
d100f5f5a7
|
Fixed compiler warning related to %08X and (size_t)
|
2005-10-10 07:00:44 +00:00 |
|
ritt
|
dbbbec4d07
|
Removed stripping of \" in mxml_decode.
|
2005-10-10 06:53:16 +00:00 |
|
ritt
|
cc52e6327f
|
Fixed compiler warning under Windows
|
2005-10-10 06:40:18 +00:00 |
|
Ryu Sawada
|
ee558d0032
|
check if absolute path when follow entity.
|
2005-10-09 23:06:41 +00:00 |
|
Ryu Sawada
|
e5baf9cb9d
|
directory separator for windows.
|
2005-10-09 15:57:36 +00:00 |
|
Ryu Sawada
|
ac982aa77f
|
fixed another memory leak.
|
2005-10-09 15:40:20 +00:00 |
|
Ryu Sawada
|
4b7bbae2fc
|
fixed memory leaks.
comments in !DOCTYPE
|
2005-10-09 14:38:14 +00:00 |
|
Ryu Sawada
|
83e8ff05be
|
bug fix.
|
2005-10-08 09:37:24 +00:00 |
|
Ryu Sawada
|
7abaa9daeb
|
added mxml_dirname,mxml_basename
|
2005-10-08 09:33:26 +00:00 |
|
ritt
|
6e9bd4a774
|
Changed '*p++' to 'p++'
|
2005-10-08 07:29:15 +00:00 |
|
Ryu Sawada
|
2f3edffda0
|
relative path to follow external entity.
|
2005-10-07 22:34:13 +00:00 |
|
Ryu Sawada
|
7a51782672
|
ENTITY is always inside DOCTYPE.
|
2005-10-07 19:54:31 +00:00 |
|
Ryu Sawada
|
3e3b113ec0
|
bug fix.
|
2005-10-07 19:04:32 +00:00 |
|
Ryu Sawada
|
9d17b1f869
|
bug fix.
|
2005-10-07 16:39:31 +00:00 |
|
Ryu Sawada
|
ed284311fb
|
parse ENTITY
|
2005-10-07 14:13:01 +00:00 |
|
ritt
|
20d924d98e
|
Replaced $Log$ by $Id:$
|
2005-10-07 13:05:38 +00:00 |
|
ritt
|
88f8fac150
|
Clear error
|
2005-05-09 18:43:52 +00:00 |
|
ritt
|
aa2cf446c9
|
Moved strlcpy/strlcat into separate file
|
2005-05-09 09:12:25 +00:00 |
|
ritt
|
9de8c4ac0b
|
Initial revision
|
2005-05-09 09:12:06 +00:00 |
|
ritt
|
71f64d36a7
|
Implemented tree cloning and adding
|
2005-04-19 21:43:33 +00:00 |
|
ritt
|
7365c4b122
|
Nodes can now have values AND subnodes
|
2005-04-06 11:17:02 +00:00 |
|
ritt
|
ac83fc6a81
|
Close element before writing comment
|
2005-03-29 15:11:56 +00:00 |
|