Commit Graph

43 Commits

Author SHA1 Message Date
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 &quot 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
ritt 7920bc6b3e Fixed compiler warning 2005-03-29 14:49:50 +00:00
ritt a86a3688f9 Implemented mxml_write_comment() 2005-03-29 14:48:54 +00:00
ritt 6f0e017341 Translate '<' and '&' always in writer 2005-03-29 14:37:46 +00:00
ritt 7bdb3bbfa1 Implemented mxml_set_translate 2005-03-29 14:14:38 +00:00
ritt e8abfedd61 Initial revision 2005-03-29 08:19:44 +00:00
ritt 49064211a8 New repository initialized by cvs2svn. 2005-03-29 08:19:44 +00:00