RE: [xml] xml schema api

2005-06-13 Thread Yong Chen (yongche)
Thanks Kasimier and Daniel for your responses. Yong Chen -Original Message- From: Kasimier Buchcik [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 3:40 AM To: Daniel Veillard; Yong Chen Cc: xml@gnome.org Subject: Re: [xml] xml schema api Hi, On Mon, 2005-06-13 at 04:37 -0400, D

[xml] xmlTextReaderRead and position movement

2005-06-13 Thread Jeremy Enos
I'm having a strange issue with xmlTextReaderRead. The API text says it moves the position to the next node in the stream. I use xmlTextReaderRead in loopA, and then in sub loopB within loopA as well. i.e. I intend to read all the way through a given branch in loopB before returning to lo

[xml] Repetitive use of XPATH eval

2005-06-13 Thread Torbert, Barton
Hello,   I am real new to using LIBXML and have a question about XPATH evaluations.  The question may show a real ignorance of the LIBXML structure, don’t so assume I know what I am talking about.   I am trying to use the XPATH functions to pull the data for individual data elements.  T

Re: [xml] Question about packing...

2005-06-13 Thread Daniel Veillard
On Mon, Jun 13, 2005 at 02:24:27PM +0200, Remy HAREL wrote: > I hope you see what I mean, No I still don't see what you mean by pack. You add nodes to a tree, and then want to pack, but I have no idea what you mean by that. Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.c

[xml] Question about packing...

2005-06-13 Thread Remy HAREL
Hi list, I use a main module to manage an xml tree, plus other functionnalities we don't mind here. This main module calls sub-modules by passing a pointer to an xmlobject, that we will call "SortieXML" here. The goal is that each submodule add some subtrees to my xml tree. The main proble

Re: [xml] relaxng and xml schema problem (leak/crash)

2005-06-13 Thread Daniel Veillard
On Sat, Jun 11, 2005 at 07:43:00PM -0400, Rob Richards wrote: > Daniel Veillard wrote: > > > I looked quickly at Rob's bug. It's a problem in relaxng and while I'm > >surprized it ain't caught by the existing regression tests, seems fairly > >contained. I though I had a patch ready but I was wrong

Re: [xml] xml schema api

2005-06-13 Thread Kasimier Buchcik
Hi, On Mon, 2005-06-13 at 04:37 -0400, Daniel Veillard wrote: > On Sun, Jun 12, 2005 at 05:05:43PM -0700, Yong Chen (yongche) wrote: > > > > Thanks Daniel. I just re-subscribed to the list. (I subscribed to the list > > before, but somehow it didn't work out). > > > > What I'm looking for is som

Re: [xml] Functions of xmlsave.c

2005-06-13 Thread Daniel Veillard
On Mon, Jun 13, 2005 at 09:31:14AM -, SATISH KUMAR wrote: > Hi All, > >I am using xmlSaveFormatFile function for dumping xml Document to a > file. If i use some specific encoded xml file (for example xml file encoded > in Latin1), the xmlSaveFormatFile function will dump the whole

[xml] Functions of xmlsave.c

2005-06-13 Thread SATISH KUMAR
Hi All,       I am using xmlSaveFormatFile function for dumping xml Document to a file. If i use some specific encoded xml file (for example xml file encoded in Latin1), the  xmlSaveFormatFile function will dump the whole file including XML decleration in Latin1 encoded format.         XML Decl

Re: [xml] libxml-2.0.pc

2005-06-13 Thread Daniel Veillard
On Mon, Jun 13, 2005 at 11:07:17AM +0200, lode leroy wrote: > I think that in libxml-2.0.pc the line Cflags should read > Cflags: -I${includedir} -I${includedir}/libxml2 > instead of > Cflags: -I${includedir}/libxml2 -I${includedir}/libxml2 Hum, I dislike that. You should never write code doing

[xml] libxml-2.0.pc

2005-06-13 Thread lode leroy
I think that in libxml-2.0.pc the line Cflags should read Cflags: -I${includedir} -I${includedir}/libxml2 instead of Cflags: -I${includedir}/libxml2 -I${includedir}/libxml2 _ Free blogging with MSN Spaces http://spaces.msn.com/?mkt=

Re: [xml] xml schema api

2005-06-13 Thread Daniel Veillard
On Sun, Jun 12, 2005 at 05:05:43PM -0700, Yong Chen (yongche) wrote: > > Thanks Daniel. I just re-subscribed to the list. (I subscribed to the list > before, but somehow it didn't work out). > > What I'm looking for is something similar to "xml schema api" > http://www.w3.org/Submission/2004/SUBM