blob: 201db2967336d9aec76db5e2483d0e159e149148 [file] [log] [blame]
Daniel Veillardaeea04f2000-01-25 19:27:27 +00001<HTML
2><HEAD
3><TITLE
4>debugXML</TITLE
5><META
6NAME="GENERATOR"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00007CONTENT="Modular DocBook HTML Stylesheet Version 1.33"><LINK
Daniel Veillardaeea04f2000-01-25 19:27:27 +00008REL="HOME"
9TITLE="Gnome XML Library Reference Manual"
10HREF="book1.html"><LINK
11REL="UP"
12TITLE="Libxml Library Reference"
13HREF="libxml-lib.html"><LINK
14REL="PREVIOUS"
15TITLE="encoding"
16HREF="gnome-xml-encoding.html"><LINK
17REL="NEXT"
18TITLE="xmlmemory"
19HREF="gnome-xml-xmlmemory.html"></HEAD
20><BODY
21BGCOLOR="#FFFFFF"
22TEXT="#000000"
23><DIV
24CLASS="NAVHEADER"
25><TABLE
26WIDTH="100%"
27BORDER="0"
28BGCOLOR="#000000"
29CELLPADDING="1"
30CELLSPACING="0"
31><TR
32><TH
33COLSPAN="4"
34ALIGN="center"
35><FONT
36COLOR="#FFFFFF"
37SIZE="5"
38>Gnome XML Library Reference Manual</FONT
39></TH
40></TR
41><TR
42><TD
43WIDTH="25%"
44BGCOLOR="#C00000"
45ALIGN="left"
46><A
47HREF="gnome-xml-encoding.html"
48><FONT
49COLOR="#FFFFFF"
50SIZE="3"
51><B
52>&#60;&#60;&#60; Previous Page</B
53></FONT
54></A
55></TD
56><TD
57WIDTH="25%"
58BGCOLOR="#0000C0"
59ALIGN="center"
60><FONT
61COLOR="#FFFFFF"
62SIZE="3"
63><B
64><A
65HREF="book1.html"
66><FONT
67COLOR="#FFFFFF"
68SIZE="3"
69><B
70>Home</B
71></FONT
72></A
73></B
74></FONT
75></TD
76><TD
77WIDTH="25%"
78BGCOLOR="#00C000"
79ALIGN="center"
80><FONT
81COLOR="#FFFFFF"
82SIZE="3"
83><B
84><A
85HREF="libxml-lib.html"
86><FONT
87COLOR="#FFFFFF"
88SIZE="3"
89><B
90>Up</B
91></FONT
92></A
93></B
94></FONT
95></TD
96><TD
97WIDTH="25%"
98BGCOLOR="#C00000"
99ALIGN="right"
100><A
101HREF="gnome-xml-xmlmemory.html"
102><FONT
103COLOR="#FFFFFF"
104SIZE="3"
105><B
106>Next Page &#62;&#62;&#62;</B
107></FONT
108></A
109></TD
110></TR
111></TABLE
112></DIV
113><H1
Daniel Veillard3f6f7f62000-06-30 17:58:25 +0000114>debugXML</H1
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000115><DIV
116CLASS="REFNAMEDIV"
117><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000118NAME="AEN18020"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000119></A
120><H2
121>Name</H2
Daniel Veillard3f6f7f62000-06-30 17:58:25 +0000122>debugXML &#8212; </DIV
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000123><DIV
124CLASS="REFSYNOPSISDIV"
125><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000126NAME="AEN18023"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000127></A
128><H2
129>Synopsis</H2
130><TABLE
131BORDER="0"
132BGCOLOR="#D6E8FF"
133WIDTH="100%"
134CELLPADDING="6"
135><TR
136><TD
137><PRE
138CLASS="SYNOPSIS"
139>&#13;
140
141void <A
142HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPSTRING"
143>xmlDebugDumpString</A
144> (<GTKDOCLINK
145HREF="FILE"
146>FILE</GTKDOCLINK
147> *output,
148 const <A
149HREF="gnome-xml-tree.html#XMLCHAR"
150>xmlChar</A
151> *str);
152void <A
153HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPATTR"
154>xmlDebugDumpAttr</A
155> (<GTKDOCLINK
156HREF="FILE"
157>FILE</GTKDOCLINK
158> *output,
159 <A
160HREF="gnome-xml-tree.html#XMLATTRPTR"
161>xmlAttrPtr</A
162> attr,
163 int depth);
164void <A
165HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPATTRLIST"
166>xmlDebugDumpAttrList</A
167> (<GTKDOCLINK
168HREF="FILE"
169>FILE</GTKDOCLINK
170> *output,
171 <A
172HREF="gnome-xml-tree.html#XMLATTRPTR"
173>xmlAttrPtr</A
174> attr,
175 int depth);
176void <A
177HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPONENODE"
178>xmlDebugDumpOneNode</A
179> (<GTKDOCLINK
180HREF="FILE"
181>FILE</GTKDOCLINK
182> *output,
183 <A
184HREF="gnome-xml-tree.html#XMLNODEPTR"
185>xmlNodePtr</A
186> node,
187 int depth);
188void <A
189HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPNODE"
190>xmlDebugDumpNode</A
191> (<GTKDOCLINK
192HREF="FILE"
193>FILE</GTKDOCLINK
194> *output,
195 <A
196HREF="gnome-xml-tree.html#XMLNODEPTR"
197>xmlNodePtr</A
198> node,
199 int depth);
200void <A
201HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPNODELIST"
202>xmlDebugDumpNodeList</A
203> (<GTKDOCLINK
204HREF="FILE"
205>FILE</GTKDOCLINK
206> *output,
207 <A
208HREF="gnome-xml-tree.html#XMLNODEPTR"
209>xmlNodePtr</A
210> node,
211 int depth);
212void <A
Daniel Veillard3f6f7f62000-06-30 17:58:25 +0000213HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDOCUMENTHEAD"
214>xmlDebugDumpDocumentHead</A
215> (<GTKDOCLINK
216HREF="FILE"
217>FILE</GTKDOCLINK
218> *output,
219 <A
220HREF="gnome-xml-tree.html#XMLDOCPTR"
221>xmlDocPtr</A
222> doc);
223void <A
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000224HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDOCUMENT"
225>xmlDebugDumpDocument</A
226> (<GTKDOCLINK
227HREF="FILE"
228>FILE</GTKDOCLINK
229> *output,
230 <A
231HREF="gnome-xml-tree.html#XMLDOCPTR"
232>xmlDocPtr</A
Daniel Veillard3f6f7f62000-06-30 17:58:25 +0000233> doc);
234void <A
Daniel Veillard3bff2b02000-10-01 20:33:47 +0000235HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPDTD"
236>xmlDebugDumpDTD</A
237> (<GTKDOCLINK
238HREF="FILE"
239>FILE</GTKDOCLINK
240> *output,
241 <A
242HREF="gnome-xml-tree.html#XMLDTDPTR"
243>xmlDtdPtr</A
244> doc);
245void <A
Daniel Veillard3f6f7f62000-06-30 17:58:25 +0000246HREF="gnome-xml-debugxml.html#XMLDEBUGDUMPENTITIES"
247>xmlDebugDumpEntities</A
248> (<GTKDOCLINK
249HREF="FILE"
250>FILE</GTKDOCLINK
251> *output,
252 <A
253HREF="gnome-xml-tree.html#XMLDOCPTR"
254>xmlDocPtr</A
255> doc);
256void <A
257HREF="gnome-xml-debugxml.html#XMLLSONENODE"
258>xmlLsOneNode</A
259> (<GTKDOCLINK
260HREF="FILE"
261>FILE</GTKDOCLINK
262> *output,
263 <A
264HREF="gnome-xml-tree.html#XMLNODEPTR"
265>xmlNodePtr</A
266> node);
267char* (<A
268HREF="gnome-xml-debugxml.html#XMLSHELLREADLINEFUNC"
269>*xmlShellReadlineFunc</A
270>) (char *prompt);
271struct <A
272HREF="gnome-xml-debugxml.html#XMLSHELLCTXT"
273>xmlShellCtxt</A
274>;
275typedef <A
276HREF="gnome-xml-debugxml.html#XMLSHELLCTXTPTR"
277>xmlShellCtxtPtr</A
278>;
279int (<A
280HREF="gnome-xml-debugxml.html#XMLSHELLCMD"
281>*xmlShellCmd</A
282>) (<A
283HREF="gnome-xml-debugxml.html#XMLSHELLCTXTPTR"
284>xmlShellCtxtPtr</A
285> ctxt,
286 char *arg,
287 <A
288HREF="gnome-xml-tree.html#XMLNODEPTR"
289>xmlNodePtr</A
290> node,
291 <A
292HREF="gnome-xml-tree.html#XMLNODEPTR"
293>xmlNodePtr</A
294> node2);
295void <A
296HREF="gnome-xml-debugxml.html#XMLSHELL"
297>xmlShell</A
298> (<A
299HREF="gnome-xml-tree.html#XMLDOCPTR"
300>xmlDocPtr</A
301> doc,
302 char *filename,
303 <A
304HREF="gnome-xml-debugxml.html#XMLSHELLREADLINEFUNC"
305>xmlShellReadlineFunc</A
306> input,
307 <GTKDOCLINK
308HREF="FILE"
309>FILE</GTKDOCLINK
310> *output);</PRE
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000311></TD
312></TR
313></TABLE
314></DIV
315><DIV
316CLASS="REFSECT1"
317><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000318NAME="AEN18070"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000319></A
320><H2
321>Description</H2
322><P
323></P
324></DIV
325><DIV
326CLASS="REFSECT1"
327><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000328NAME="AEN18073"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000329></A
330><H2
331>Details</H2
332><DIV
333CLASS="REFSECT2"
334><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000335NAME="AEN18075"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000336></A
337><H3
338><A
339NAME="XMLDEBUGDUMPSTRING"
340></A
341>xmlDebugDumpString ()</H3
342><TABLE
343BORDER="0"
344BGCOLOR="#D6E8FF"
345WIDTH="100%"
346CELLPADDING="6"
347><TR
348><TD
349><PRE
350CLASS="PROGRAMLISTING"
351>void xmlDebugDumpString (<GTKDOCLINK
352HREF="FILE"
353>FILE</GTKDOCLINK
354> *output,
355 const <A
356HREF="gnome-xml-tree.html#XMLCHAR"
357>xmlChar</A
358> *str);</PRE
359></TD
360></TR
361></TABLE
362><P
363></P
364><DIV
365CLASS="INFORMALTABLE"
366><P
367></P
368><TABLE
369BORDER="0"
370WIDTH="100%"
371BGCOLOR="#FFD0D0"
372CELLSPACING="0"
373CELLPADDING="4"
374CLASS="CALSTABLE"
375><TR
376><TD
377WIDTH="20%"
378ALIGN="RIGHT"
379VALIGN="TOP"
380><TT
381CLASS="PARAMETER"
382><I
383>output</I
384></TT
385>&nbsp;:</TD
386><TD
387WIDTH="80%"
388ALIGN="LEFT"
389VALIGN="TOP"
390>&nbsp;</TD
391></TR
392><TR
393><TD
394WIDTH="20%"
395ALIGN="RIGHT"
396VALIGN="TOP"
397><TT
398CLASS="PARAMETER"
399><I
400>str</I
401></TT
402>&nbsp;:</TD
403><TD
404WIDTH="80%"
405ALIGN="LEFT"
406VALIGN="TOP"
407>&nbsp;</TD
408></TR
409></TABLE
410><P
411></P
412></DIV
413></DIV
414><HR><DIV
415CLASS="REFSECT2"
416><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000417NAME="AEN18095"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000418></A
419><H3
420><A
421NAME="XMLDEBUGDUMPATTR"
422></A
423>xmlDebugDumpAttr ()</H3
424><TABLE
425BORDER="0"
426BGCOLOR="#D6E8FF"
427WIDTH="100%"
428CELLPADDING="6"
429><TR
430><TD
431><PRE
432CLASS="PROGRAMLISTING"
433>void xmlDebugDumpAttr (<GTKDOCLINK
434HREF="FILE"
435>FILE</GTKDOCLINK
436> *output,
437 <A
438HREF="gnome-xml-tree.html#XMLATTRPTR"
439>xmlAttrPtr</A
440> attr,
441 int depth);</PRE
442></TD
443></TR
444></TABLE
445><P
446></P
447><DIV
448CLASS="INFORMALTABLE"
449><P
450></P
451><TABLE
452BORDER="0"
453WIDTH="100%"
454BGCOLOR="#FFD0D0"
455CELLSPACING="0"
456CELLPADDING="4"
457CLASS="CALSTABLE"
458><TR
459><TD
460WIDTH="20%"
461ALIGN="RIGHT"
462VALIGN="TOP"
463><TT
464CLASS="PARAMETER"
465><I
466>output</I
467></TT
468>&nbsp;:</TD
469><TD
470WIDTH="80%"
471ALIGN="LEFT"
472VALIGN="TOP"
473>&nbsp;</TD
474></TR
475><TR
476><TD
477WIDTH="20%"
478ALIGN="RIGHT"
479VALIGN="TOP"
480><TT
481CLASS="PARAMETER"
482><I
483>attr</I
484></TT
485>&nbsp;:</TD
486><TD
487WIDTH="80%"
488ALIGN="LEFT"
489VALIGN="TOP"
490>&nbsp;</TD
491></TR
492><TR
493><TD
494WIDTH="20%"
495ALIGN="RIGHT"
496VALIGN="TOP"
497><TT
498CLASS="PARAMETER"
499><I
500>depth</I
501></TT
502>&nbsp;:</TD
503><TD
504WIDTH="80%"
505ALIGN="LEFT"
506VALIGN="TOP"
507>&nbsp;</TD
508></TR
509></TABLE
510><P
511></P
512></DIV
513></DIV
514><HR><DIV
515CLASS="REFSECT2"
516><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000517NAME="AEN18119"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000518></A
519><H3
520><A
521NAME="XMLDEBUGDUMPATTRLIST"
522></A
523>xmlDebugDumpAttrList ()</H3
524><TABLE
525BORDER="0"
526BGCOLOR="#D6E8FF"
527WIDTH="100%"
528CELLPADDING="6"
529><TR
530><TD
531><PRE
532CLASS="PROGRAMLISTING"
533>void xmlDebugDumpAttrList (<GTKDOCLINK
534HREF="FILE"
535>FILE</GTKDOCLINK
536> *output,
537 <A
538HREF="gnome-xml-tree.html#XMLATTRPTR"
539>xmlAttrPtr</A
540> attr,
541 int depth);</PRE
542></TD
543></TR
544></TABLE
545><P
546></P
547><DIV
548CLASS="INFORMALTABLE"
549><P
550></P
551><TABLE
552BORDER="0"
553WIDTH="100%"
554BGCOLOR="#FFD0D0"
555CELLSPACING="0"
556CELLPADDING="4"
557CLASS="CALSTABLE"
558><TR
559><TD
560WIDTH="20%"
561ALIGN="RIGHT"
562VALIGN="TOP"
563><TT
564CLASS="PARAMETER"
565><I
566>output</I
567></TT
568>&nbsp;:</TD
569><TD
570WIDTH="80%"
571ALIGN="LEFT"
572VALIGN="TOP"
573>&nbsp;</TD
574></TR
575><TR
576><TD
577WIDTH="20%"
578ALIGN="RIGHT"
579VALIGN="TOP"
580><TT
581CLASS="PARAMETER"
582><I
583>attr</I
584></TT
585>&nbsp;:</TD
586><TD
587WIDTH="80%"
588ALIGN="LEFT"
589VALIGN="TOP"
590>&nbsp;</TD
591></TR
592><TR
593><TD
594WIDTH="20%"
595ALIGN="RIGHT"
596VALIGN="TOP"
597><TT
598CLASS="PARAMETER"
599><I
600>depth</I
601></TT
602>&nbsp;:</TD
603><TD
604WIDTH="80%"
605ALIGN="LEFT"
606VALIGN="TOP"
607>&nbsp;</TD
608></TR
609></TABLE
610><P
611></P
612></DIV
613></DIV
614><HR><DIV
615CLASS="REFSECT2"
616><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000617NAME="AEN18143"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000618></A
619><H3
620><A
621NAME="XMLDEBUGDUMPONENODE"
622></A
623>xmlDebugDumpOneNode ()</H3
624><TABLE
625BORDER="0"
626BGCOLOR="#D6E8FF"
627WIDTH="100%"
628CELLPADDING="6"
629><TR
630><TD
631><PRE
632CLASS="PROGRAMLISTING"
633>void xmlDebugDumpOneNode (<GTKDOCLINK
634HREF="FILE"
635>FILE</GTKDOCLINK
636> *output,
637 <A
638HREF="gnome-xml-tree.html#XMLNODEPTR"
639>xmlNodePtr</A
640> node,
641 int depth);</PRE
642></TD
643></TR
644></TABLE
645><P
646></P
647><DIV
648CLASS="INFORMALTABLE"
649><P
650></P
651><TABLE
652BORDER="0"
653WIDTH="100%"
654BGCOLOR="#FFD0D0"
655CELLSPACING="0"
656CELLPADDING="4"
657CLASS="CALSTABLE"
658><TR
659><TD
660WIDTH="20%"
661ALIGN="RIGHT"
662VALIGN="TOP"
663><TT
664CLASS="PARAMETER"
665><I
666>output</I
667></TT
668>&nbsp;:</TD
669><TD
670WIDTH="80%"
671ALIGN="LEFT"
672VALIGN="TOP"
673>&nbsp;</TD
674></TR
675><TR
676><TD
677WIDTH="20%"
678ALIGN="RIGHT"
679VALIGN="TOP"
680><TT
681CLASS="PARAMETER"
682><I
683>node</I
684></TT
685>&nbsp;:</TD
686><TD
687WIDTH="80%"
688ALIGN="LEFT"
689VALIGN="TOP"
690>&nbsp;</TD
691></TR
692><TR
693><TD
694WIDTH="20%"
695ALIGN="RIGHT"
696VALIGN="TOP"
697><TT
698CLASS="PARAMETER"
699><I
700>depth</I
701></TT
702>&nbsp;:</TD
703><TD
704WIDTH="80%"
705ALIGN="LEFT"
706VALIGN="TOP"
707>&nbsp;</TD
708></TR
709></TABLE
710><P
711></P
712></DIV
713></DIV
714><HR><DIV
715CLASS="REFSECT2"
716><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000717NAME="AEN18167"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000718></A
719><H3
720><A
721NAME="XMLDEBUGDUMPNODE"
722></A
723>xmlDebugDumpNode ()</H3
724><TABLE
725BORDER="0"
726BGCOLOR="#D6E8FF"
727WIDTH="100%"
728CELLPADDING="6"
729><TR
730><TD
731><PRE
732CLASS="PROGRAMLISTING"
733>void xmlDebugDumpNode (<GTKDOCLINK
734HREF="FILE"
735>FILE</GTKDOCLINK
736> *output,
737 <A
738HREF="gnome-xml-tree.html#XMLNODEPTR"
739>xmlNodePtr</A
740> node,
741 int depth);</PRE
742></TD
743></TR
744></TABLE
745><P
746></P
747><DIV
748CLASS="INFORMALTABLE"
749><P
750></P
751><TABLE
752BORDER="0"
753WIDTH="100%"
754BGCOLOR="#FFD0D0"
755CELLSPACING="0"
756CELLPADDING="4"
757CLASS="CALSTABLE"
758><TR
759><TD
760WIDTH="20%"
761ALIGN="RIGHT"
762VALIGN="TOP"
763><TT
764CLASS="PARAMETER"
765><I
766>output</I
767></TT
768>&nbsp;:</TD
769><TD
770WIDTH="80%"
771ALIGN="LEFT"
772VALIGN="TOP"
773>&nbsp;</TD
774></TR
775><TR
776><TD
777WIDTH="20%"
778ALIGN="RIGHT"
779VALIGN="TOP"
780><TT
781CLASS="PARAMETER"
782><I
783>node</I
784></TT
785>&nbsp;:</TD
786><TD
787WIDTH="80%"
788ALIGN="LEFT"
789VALIGN="TOP"
790>&nbsp;</TD
791></TR
792><TR
793><TD
794WIDTH="20%"
795ALIGN="RIGHT"
796VALIGN="TOP"
797><TT
798CLASS="PARAMETER"
799><I
800>depth</I
801></TT
802>&nbsp;:</TD
803><TD
804WIDTH="80%"
805ALIGN="LEFT"
806VALIGN="TOP"
807>&nbsp;</TD
808></TR
809></TABLE
810><P
811></P
812></DIV
813></DIV
814><HR><DIV
815CLASS="REFSECT2"
816><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000817NAME="AEN18191"
Daniel Veillardaeea04f2000-01-25 19:27:27 +0000818></A
819><H3
820><A
821NAME="XMLDEBUGDUMPNODELIST"
822></A
823>xmlDebugDumpNodeList ()</H3
824><TABLE
825BORDER="0"
826BGCOLOR="#D6E8FF"
827WIDTH="100%"
828CELLPADDING="6"
829><TR
830><TD
831><PRE
832CLASS="PROGRAMLISTING"
833>void xmlDebugDumpNodeList (<GTKDOCLINK
834HREF="FILE"
835>FILE</GTKDOCLINK
836> *output,
837 <A
838HREF="gnome-xml-tree.html#XMLNODEPTR"
839>xmlNodePtr</A
840> node,
841 int depth);</PRE
842></TD
843></TR
844></TABLE
845><P
846></P
847><DIV
848CLASS="INFORMALTABLE"
849><P
850></P
851><TABLE
852BORDER="0"
853WIDTH="100%"
854BGCOLOR="#FFD0D0"
855CELLSPACING="0"
856CELLPADDING="4"
857CLASS="CALSTABLE"
858><TR
859><TD
860WIDTH="20%"
861ALIGN="RIGHT"
862VALIGN="TOP"
863><TT
864CLASS="PARAMETER"
865><I
866>output</I
867></TT
868>&nbsp;:</TD
869><TD
870WIDTH="80%"
871ALIGN="LEFT"
872VALIGN="TOP"
873>&nbsp;</TD
874></TR
875><TR
876><TD
877WIDTH="20%"
878ALIGN="RIGHT"
879VALIGN="TOP"
880><TT
881CLASS="PARAMETER"
882><I
883>node</I
884></TT
885>&nbsp;:</TD
886><TD
887WIDTH="80%"
888ALIGN="LEFT"
889VALIGN="TOP"
890>&nbsp;</TD
891></TR
892><TR
893><TD
894WIDTH="20%"
895ALIGN="RIGHT"
896VALIGN="TOP"
897><TT
898CLASS="PARAMETER"
899><I
900>depth</I
901></TT
902>&nbsp;:</TD
903><TD
904WIDTH="80%"
905ALIGN="LEFT"
906VALIGN="TOP"
907>&nbsp;</TD
908></TR
909></TABLE
910><P
911></P
912></DIV
913></DIV
914><HR><DIV
915CLASS="REFSECT2"
916><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000917NAME="AEN18215"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +0000918></A
919><H3
920><A
921NAME="XMLDEBUGDUMPDOCUMENTHEAD"
922></A
923>xmlDebugDumpDocumentHead ()</H3
924><TABLE
925BORDER="0"
926BGCOLOR="#D6E8FF"
927WIDTH="100%"
928CELLPADDING="6"
929><TR
930><TD
931><PRE
932CLASS="PROGRAMLISTING"
933>void xmlDebugDumpDocumentHead (<GTKDOCLINK
934HREF="FILE"
935>FILE</GTKDOCLINK
936> *output,
937 <A
938HREF="gnome-xml-tree.html#XMLDOCPTR"
939>xmlDocPtr</A
940> doc);</PRE
941></TD
942></TR
943></TABLE
944><P
945></P
946><DIV
947CLASS="INFORMALTABLE"
948><P
949></P
950><TABLE
951BORDER="0"
952WIDTH="100%"
953BGCOLOR="#FFD0D0"
954CELLSPACING="0"
955CELLPADDING="4"
956CLASS="CALSTABLE"
957><TR
958><TD
959WIDTH="20%"
960ALIGN="RIGHT"
961VALIGN="TOP"
962><TT
963CLASS="PARAMETER"
964><I
965>output</I
966></TT
967>&nbsp;:</TD
968><TD
969WIDTH="80%"
970ALIGN="LEFT"
971VALIGN="TOP"
972>&nbsp;</TD
973></TR
974><TR
975><TD
976WIDTH="20%"
977ALIGN="RIGHT"
978VALIGN="TOP"
979><TT
980CLASS="PARAMETER"
981><I
982>doc</I
983></TT
984>&nbsp;:</TD
985><TD
986WIDTH="80%"
987ALIGN="LEFT"
988VALIGN="TOP"
989>&nbsp;</TD
990></TR
991></TABLE
992><P
993></P
994></DIV
995></DIV
996><HR><DIV
997CLASS="REFSECT2"
998><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +0000999NAME="AEN18235"
Daniel Veillardaeea04f2000-01-25 19:27:27 +00001000></A
1001><H3
1002><A
1003NAME="XMLDEBUGDUMPDOCUMENT"
1004></A
1005>xmlDebugDumpDocument ()</H3
1006><TABLE
1007BORDER="0"
1008BGCOLOR="#D6E8FF"
1009WIDTH="100%"
1010CELLPADDING="6"
1011><TR
1012><TD
1013><PRE
1014CLASS="PROGRAMLISTING"
1015>void xmlDebugDumpDocument (<GTKDOCLINK
1016HREF="FILE"
1017>FILE</GTKDOCLINK
1018> *output,
1019 <A
1020HREF="gnome-xml-tree.html#XMLDOCPTR"
1021>xmlDocPtr</A
1022> doc);</PRE
1023></TD
1024></TR
1025></TABLE
1026><P
1027></P
1028><DIV
1029CLASS="INFORMALTABLE"
1030><P
1031></P
1032><TABLE
1033BORDER="0"
1034WIDTH="100%"
1035BGCOLOR="#FFD0D0"
1036CELLSPACING="0"
1037CELLPADDING="4"
1038CLASS="CALSTABLE"
1039><TR
1040><TD
1041WIDTH="20%"
1042ALIGN="RIGHT"
1043VALIGN="TOP"
1044><TT
1045CLASS="PARAMETER"
1046><I
1047>output</I
1048></TT
1049>&nbsp;:</TD
1050><TD
1051WIDTH="80%"
1052ALIGN="LEFT"
1053VALIGN="TOP"
1054>&nbsp;</TD
1055></TR
1056><TR
1057><TD
1058WIDTH="20%"
1059ALIGN="RIGHT"
1060VALIGN="TOP"
1061><TT
1062CLASS="PARAMETER"
1063><I
1064>doc</I
1065></TT
1066>&nbsp;:</TD
1067><TD
1068WIDTH="80%"
1069ALIGN="LEFT"
1070VALIGN="TOP"
1071>&nbsp;</TD
1072></TR
1073></TABLE
1074><P
1075></P
1076></DIV
1077></DIV
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001078><HR><DIV
1079CLASS="REFSECT2"
1080><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +00001081NAME="AEN18255"
Daniel Veillard3bff2b02000-10-01 20:33:47 +00001082></A
1083><H3
1084><A
1085NAME="XMLDEBUGDUMPDTD"
1086></A
1087>xmlDebugDumpDTD ()</H3
1088><TABLE
1089BORDER="0"
1090BGCOLOR="#D6E8FF"
1091WIDTH="100%"
1092CELLPADDING="6"
1093><TR
1094><TD
1095><PRE
1096CLASS="PROGRAMLISTING"
1097>void xmlDebugDumpDTD (<GTKDOCLINK
1098HREF="FILE"
1099>FILE</GTKDOCLINK
1100> *output,
1101 <A
1102HREF="gnome-xml-tree.html#XMLDTDPTR"
1103>xmlDtdPtr</A
1104> doc);</PRE
1105></TD
1106></TR
1107></TABLE
1108><P
1109></P
1110><DIV
1111CLASS="INFORMALTABLE"
1112><P
1113></P
1114><TABLE
1115BORDER="0"
1116WIDTH="100%"
1117BGCOLOR="#FFD0D0"
1118CELLSPACING="0"
1119CELLPADDING="4"
1120CLASS="CALSTABLE"
1121><TR
1122><TD
1123WIDTH="20%"
1124ALIGN="RIGHT"
1125VALIGN="TOP"
1126><TT
1127CLASS="PARAMETER"
1128><I
1129>output</I
1130></TT
1131>&nbsp;:</TD
1132><TD
1133WIDTH="80%"
1134ALIGN="LEFT"
1135VALIGN="TOP"
1136>&nbsp;</TD
1137></TR
1138><TR
1139><TD
1140WIDTH="20%"
1141ALIGN="RIGHT"
1142VALIGN="TOP"
1143><TT
1144CLASS="PARAMETER"
1145><I
1146>doc</I
1147></TT
1148>&nbsp;:</TD
1149><TD
1150WIDTH="80%"
1151ALIGN="LEFT"
1152VALIGN="TOP"
1153>&nbsp;</TD
1154></TR
1155></TABLE
1156><P
1157></P
1158></DIV
1159></DIV
1160><HR><DIV
1161CLASS="REFSECT2"
1162><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +00001163NAME="AEN18275"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001164></A
1165><H3
1166><A
1167NAME="XMLDEBUGDUMPENTITIES"
1168></A
1169>xmlDebugDumpEntities ()</H3
1170><TABLE
1171BORDER="0"
1172BGCOLOR="#D6E8FF"
1173WIDTH="100%"
1174CELLPADDING="6"
1175><TR
1176><TD
1177><PRE
1178CLASS="PROGRAMLISTING"
1179>void xmlDebugDumpEntities (<GTKDOCLINK
1180HREF="FILE"
1181>FILE</GTKDOCLINK
1182> *output,
1183 <A
1184HREF="gnome-xml-tree.html#XMLDOCPTR"
1185>xmlDocPtr</A
1186> doc);</PRE
1187></TD
1188></TR
1189></TABLE
1190><P
1191></P
1192><DIV
1193CLASS="INFORMALTABLE"
1194><P
1195></P
1196><TABLE
1197BORDER="0"
1198WIDTH="100%"
1199BGCOLOR="#FFD0D0"
1200CELLSPACING="0"
1201CELLPADDING="4"
1202CLASS="CALSTABLE"
1203><TR
1204><TD
1205WIDTH="20%"
1206ALIGN="RIGHT"
1207VALIGN="TOP"
1208><TT
1209CLASS="PARAMETER"
1210><I
1211>output</I
1212></TT
1213>&nbsp;:</TD
1214><TD
1215WIDTH="80%"
1216ALIGN="LEFT"
1217VALIGN="TOP"
1218>&nbsp;</TD
1219></TR
1220><TR
1221><TD
1222WIDTH="20%"
1223ALIGN="RIGHT"
1224VALIGN="TOP"
1225><TT
1226CLASS="PARAMETER"
1227><I
1228>doc</I
1229></TT
1230>&nbsp;:</TD
1231><TD
1232WIDTH="80%"
1233ALIGN="LEFT"
1234VALIGN="TOP"
1235>&nbsp;</TD
1236></TR
1237></TABLE
1238><P
1239></P
1240></DIV
1241></DIV
1242><HR><DIV
1243CLASS="REFSECT2"
1244><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +00001245NAME="AEN18295"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001246></A
1247><H3
1248><A
1249NAME="XMLLSONENODE"
1250></A
1251>xmlLsOneNode ()</H3
1252><TABLE
1253BORDER="0"
1254BGCOLOR="#D6E8FF"
1255WIDTH="100%"
1256CELLPADDING="6"
1257><TR
1258><TD
1259><PRE
1260CLASS="PROGRAMLISTING"
1261>void xmlLsOneNode (<GTKDOCLINK
1262HREF="FILE"
1263>FILE</GTKDOCLINK
1264> *output,
1265 <A
1266HREF="gnome-xml-tree.html#XMLNODEPTR"
1267>xmlNodePtr</A
1268> node);</PRE
1269></TD
1270></TR
1271></TABLE
1272><P
1273></P
1274><DIV
1275CLASS="INFORMALTABLE"
1276><P
1277></P
1278><TABLE
1279BORDER="0"
1280WIDTH="100%"
1281BGCOLOR="#FFD0D0"
1282CELLSPACING="0"
1283CELLPADDING="4"
1284CLASS="CALSTABLE"
1285><TR
1286><TD
1287WIDTH="20%"
1288ALIGN="RIGHT"
1289VALIGN="TOP"
1290><TT
1291CLASS="PARAMETER"
1292><I
1293>output</I
1294></TT
1295>&nbsp;:</TD
1296><TD
1297WIDTH="80%"
1298ALIGN="LEFT"
1299VALIGN="TOP"
1300>&nbsp;</TD
1301></TR
1302><TR
1303><TD
1304WIDTH="20%"
1305ALIGN="RIGHT"
1306VALIGN="TOP"
1307><TT
1308CLASS="PARAMETER"
1309><I
1310>node</I
1311></TT
1312>&nbsp;:</TD
1313><TD
1314WIDTH="80%"
1315ALIGN="LEFT"
1316VALIGN="TOP"
1317>&nbsp;</TD
1318></TR
1319></TABLE
1320><P
1321></P
1322></DIV
1323></DIV
1324><HR><DIV
1325CLASS="REFSECT2"
1326><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +00001327NAME="AEN18315"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001328></A
1329><H3
1330><A
1331NAME="XMLSHELLREADLINEFUNC"
1332></A
1333>xmlShellReadlineFunc ()</H3
1334><TABLE
1335BORDER="0"
1336BGCOLOR="#D6E8FF"
1337WIDTH="100%"
1338CELLPADDING="6"
1339><TR
1340><TD
1341><PRE
1342CLASS="PROGRAMLISTING"
1343>char* (*xmlShellReadlineFunc) (char *prompt);</PRE
1344></TD
1345></TR
1346></TABLE
1347><P
1348></P
1349><DIV
1350CLASS="INFORMALTABLE"
1351><P
1352></P
1353><TABLE
1354BORDER="0"
1355WIDTH="100%"
1356BGCOLOR="#FFD0D0"
1357CELLSPACING="0"
1358CELLPADDING="4"
1359CLASS="CALSTABLE"
1360><TR
1361><TD
1362WIDTH="20%"
1363ALIGN="RIGHT"
1364VALIGN="TOP"
1365><TT
1366CLASS="PARAMETER"
1367><I
1368>prompt</I
1369></TT
1370>&nbsp;:</TD
1371><TD
1372WIDTH="80%"
1373ALIGN="LEFT"
1374VALIGN="TOP"
1375>&nbsp;</TD
1376></TR
1377><TR
1378><TD
1379WIDTH="20%"
1380ALIGN="RIGHT"
1381VALIGN="TOP"
1382><I
1383CLASS="EMPHASIS"
1384>Returns</I
1385> :</TD
1386><TD
1387WIDTH="80%"
1388ALIGN="LEFT"
1389VALIGN="TOP"
1390>&nbsp;</TD
1391></TR
1392></TABLE
1393><P
1394></P
1395></DIV
1396></DIV
1397><HR><DIV
1398CLASS="REFSECT2"
1399><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +00001400NAME="AEN18333"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001401></A
1402><H3
1403><A
1404NAME="XMLSHELLCTXT"
1405></A
1406>struct xmlShellCtxt</H3
1407><TABLE
1408BORDER="0"
1409BGCOLOR="#D6E8FF"
1410WIDTH="100%"
1411CELLPADDING="6"
1412><TR
1413><TD
1414><PRE
1415CLASS="PROGRAMLISTING"
1416>struct xmlShellCtxt {
1417 char *filename;
1418 xmlDocPtr doc;
1419 xmlNodePtr node;
1420 xmlXPathContextPtr pctxt;
1421 int loaded;
1422 FILE *output;
1423 xmlShellReadlineFunc input;
1424};</PRE
1425></TD
1426></TR
1427></TABLE
1428><P
1429></P
1430></DIV
1431><HR><DIV
1432CLASS="REFSECT2"
1433><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +00001434NAME="AEN18338"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001435></A
1436><H3
1437><A
1438NAME="XMLSHELLCTXTPTR"
1439></A
1440>xmlShellCtxtPtr</H3
Daniel Veillardb732a0e2000-10-15 11:27:01 +00001441><TABLE
1442BORDER="0"
1443BGCOLOR="#D6E8FF"
1444WIDTH="100%"
1445CELLPADDING="6"
1446><TR
1447><TD
1448><PRE
1449CLASS="PROGRAMLISTING"
1450>typedef xmlShellCtxt *xmlShellCtxtPtr;</PRE
1451></TD
1452></TR
1453></TABLE
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001454><P
1455></P
1456></DIV
1457><HR><DIV
1458CLASS="REFSECT2"
1459><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +00001460NAME="AEN18343"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001461></A
1462><H3
1463><A
1464NAME="XMLSHELLCMD"
1465></A
1466>xmlShellCmd ()</H3
1467><TABLE
1468BORDER="0"
1469BGCOLOR="#D6E8FF"
1470WIDTH="100%"
1471CELLPADDING="6"
1472><TR
1473><TD
1474><PRE
1475CLASS="PROGRAMLISTING"
1476>int (*xmlShellCmd) (<A
1477HREF="gnome-xml-debugxml.html#XMLSHELLCTXTPTR"
1478>xmlShellCtxtPtr</A
1479> ctxt,
1480 char *arg,
1481 <A
1482HREF="gnome-xml-tree.html#XMLNODEPTR"
1483>xmlNodePtr</A
1484> node,
1485 <A
1486HREF="gnome-xml-tree.html#XMLNODEPTR"
1487>xmlNodePtr</A
1488> node2);</PRE
1489></TD
1490></TR
1491></TABLE
1492><P
1493></P
1494><DIV
1495CLASS="INFORMALTABLE"
1496><P
1497></P
1498><TABLE
1499BORDER="0"
1500WIDTH="100%"
1501BGCOLOR="#FFD0D0"
1502CELLSPACING="0"
1503CELLPADDING="4"
1504CLASS="CALSTABLE"
1505><TR
1506><TD
1507WIDTH="20%"
1508ALIGN="RIGHT"
1509VALIGN="TOP"
1510><TT
1511CLASS="PARAMETER"
1512><I
1513>ctxt</I
1514></TT
1515>&nbsp;:</TD
1516><TD
1517WIDTH="80%"
1518ALIGN="LEFT"
1519VALIGN="TOP"
1520>&nbsp;</TD
1521></TR
1522><TR
1523><TD
1524WIDTH="20%"
1525ALIGN="RIGHT"
1526VALIGN="TOP"
1527><TT
1528CLASS="PARAMETER"
1529><I
1530>arg</I
1531></TT
1532>&nbsp;:</TD
1533><TD
1534WIDTH="80%"
1535ALIGN="LEFT"
1536VALIGN="TOP"
1537>&nbsp;</TD
1538></TR
1539><TR
1540><TD
1541WIDTH="20%"
1542ALIGN="RIGHT"
1543VALIGN="TOP"
1544><TT
1545CLASS="PARAMETER"
1546><I
1547>node</I
1548></TT
1549>&nbsp;:</TD
1550><TD
1551WIDTH="80%"
1552ALIGN="LEFT"
1553VALIGN="TOP"
1554>&nbsp;</TD
1555></TR
1556><TR
1557><TD
1558WIDTH="20%"
1559ALIGN="RIGHT"
1560VALIGN="TOP"
1561><TT
1562CLASS="PARAMETER"
1563><I
1564>node2</I
1565></TT
1566>&nbsp;:</TD
1567><TD
1568WIDTH="80%"
1569ALIGN="LEFT"
1570VALIGN="TOP"
1571>&nbsp;</TD
1572></TR
1573><TR
1574><TD
1575WIDTH="20%"
1576ALIGN="RIGHT"
1577VALIGN="TOP"
1578><I
1579CLASS="EMPHASIS"
1580>Returns</I
1581> :</TD
1582><TD
1583WIDTH="80%"
1584ALIGN="LEFT"
1585VALIGN="TOP"
1586>&nbsp;</TD
1587></TR
1588></TABLE
1589><P
1590></P
1591></DIV
1592></DIV
1593><HR><DIV
1594CLASS="REFSECT2"
1595><A
Daniel Veillarda1fe9102000-11-25 10:49:25 +00001596NAME="AEN18376"
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001597></A
1598><H3
1599><A
1600NAME="XMLSHELL"
1601></A
1602>xmlShell ()</H3
1603><TABLE
1604BORDER="0"
1605BGCOLOR="#D6E8FF"
1606WIDTH="100%"
1607CELLPADDING="6"
1608><TR
1609><TD
1610><PRE
1611CLASS="PROGRAMLISTING"
1612>void xmlShell (<A
1613HREF="gnome-xml-tree.html#XMLDOCPTR"
1614>xmlDocPtr</A
1615> doc,
1616 char *filename,
1617 <A
1618HREF="gnome-xml-debugxml.html#XMLSHELLREADLINEFUNC"
1619>xmlShellReadlineFunc</A
1620> input,
1621 <GTKDOCLINK
1622HREF="FILE"
1623>FILE</GTKDOCLINK
1624> *output);</PRE
1625></TD
1626></TR
1627></TABLE
1628><P
1629>Implements the XML shell
1630This allow to load, validate, view, modify and save a document
1631using a environment similar to a UNIX commandline.</P
1632><P
1633></P
1634><DIV
1635CLASS="INFORMALTABLE"
1636><P
1637></P
1638><TABLE
1639BORDER="0"
1640WIDTH="100%"
1641BGCOLOR="#FFD0D0"
1642CELLSPACING="0"
1643CELLPADDING="4"
1644CLASS="CALSTABLE"
1645><TR
1646><TD
1647WIDTH="20%"
1648ALIGN="RIGHT"
1649VALIGN="TOP"
1650><TT
1651CLASS="PARAMETER"
1652><I
1653>doc</I
1654></TT
1655>&nbsp;:</TD
1656><TD
1657WIDTH="80%"
1658ALIGN="LEFT"
1659VALIGN="TOP"
Daniel Veillardb732a0e2000-10-15 11:27:01 +00001660> the initial document</TD
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001661></TR
1662><TR
1663><TD
1664WIDTH="20%"
1665ALIGN="RIGHT"
1666VALIGN="TOP"
1667><TT
1668CLASS="PARAMETER"
1669><I
1670>filename</I
1671></TT
1672>&nbsp;:</TD
1673><TD
1674WIDTH="80%"
1675ALIGN="LEFT"
1676VALIGN="TOP"
Daniel Veillardb732a0e2000-10-15 11:27:01 +00001677> the output buffer</TD
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001678></TR
1679><TR
1680><TD
1681WIDTH="20%"
1682ALIGN="RIGHT"
1683VALIGN="TOP"
1684><TT
1685CLASS="PARAMETER"
1686><I
1687>input</I
1688></TT
1689>&nbsp;:</TD
1690><TD
1691WIDTH="80%"
1692ALIGN="LEFT"
1693VALIGN="TOP"
Daniel Veillardb732a0e2000-10-15 11:27:01 +00001694> the line reading function</TD
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001695></TR
1696><TR
1697><TD
1698WIDTH="20%"
1699ALIGN="RIGHT"
1700VALIGN="TOP"
1701><TT
1702CLASS="PARAMETER"
1703><I
1704>output</I
1705></TT
1706>&nbsp;:</TD
1707><TD
1708WIDTH="80%"
1709ALIGN="LEFT"
1710VALIGN="TOP"
Daniel Veillardb732a0e2000-10-15 11:27:01 +00001711> the output FILE*</TD
Daniel Veillard3f6f7f62000-06-30 17:58:25 +00001712></TR
1713></TABLE
1714><P
1715></P
1716></DIV
1717></DIV
Daniel Veillardaeea04f2000-01-25 19:27:27 +00001718></DIV
1719><DIV
1720CLASS="NAVFOOTER"
1721><BR
1722CLEAR="all"><BR><TABLE
1723WIDTH="100%"
1724BORDER="0"
1725BGCOLOR="#000000"
1726CELLPADDING="1"
1727CELLSPACING="0"
1728><TR
1729><TD
1730WIDTH="25%"
1731BGCOLOR="#C00000"
1732ALIGN="left"
1733><A
1734HREF="gnome-xml-encoding.html"
1735><FONT
1736COLOR="#FFFFFF"
1737SIZE="3"
1738><B
1739>&#60;&#60;&#60; Previous Page</B
1740></FONT
1741></A
1742></TD
1743><TD
1744WIDTH="25%"
1745BGCOLOR="#0000C0"
1746ALIGN="center"
1747><FONT
1748COLOR="#FFFFFF"
1749SIZE="3"
1750><B
1751><A
1752HREF="book1.html"
1753><FONT
1754COLOR="#FFFFFF"
1755SIZE="3"
1756><B
1757>Home</B
1758></FONT
1759></A
1760></B
1761></FONT
1762></TD
1763><TD
1764WIDTH="25%"
1765BGCOLOR="#00C000"
1766ALIGN="center"
1767><FONT
1768COLOR="#FFFFFF"
1769SIZE="3"
1770><B
1771><A
1772HREF="libxml-lib.html"
1773><FONT
1774COLOR="#FFFFFF"
1775SIZE="3"
1776><B
1777>Up</B
1778></FONT
1779></A
1780></B
1781></FONT
1782></TD
1783><TD
1784WIDTH="25%"
1785BGCOLOR="#C00000"
1786ALIGN="right"
1787><A
1788HREF="gnome-xml-xmlmemory.html"
1789><FONT
1790COLOR="#FFFFFF"
1791SIZE="3"
1792><B
1793>Next Page &#62;&#62;&#62;</B
1794></FONT
1795></A
1796></TD
1797></TR
1798><TR
1799><TD
1800COLSPAN="2"
1801ALIGN="left"
1802><FONT
1803COLOR="#FFFFFF"
1804SIZE="3"
1805><B
1806>encoding</B
1807></FONT
1808></TD
1809><TD
1810COLSPAN="2"
1811ALIGN="right"
1812><FONT
1813COLOR="#FFFFFF"
1814SIZE="3"
1815><B
1816>xmlmemory</B
1817></FONT
1818></TD
1819></TR
1820></TABLE
1821></DIV
1822></BODY
1823></HTML
1824>