Re: [xml] need info on using libxml2 - build, merge, template xml files

2007-08-21 Thread Rush Manbert
Hi Senthil, I don't believe so. A DTD defines the allowed elements, their attributes, relationships between the elements, etc. It can be used to check whether a document conforms to the DTD, but you can't feed it into some piece of software (that I know of) and get a XML document out the other

Re: [xml] need info on using libxml2 - build, merge, template xml files

2007-08-19 Thread Senthil Nathan
Hi Rush, The template is not so simple as shown. It's just a snippet of the actual template xml. So, is there anything to do with DTD here, Doc. Type Definition?? Any thoughts on this?? Thanks Senthil Nathan R On 8/17/07, Rush Manbert <[EMAIL PROTECTED]> wrote: > > Senthil Nathan wrote: > > Hi R

Re: [xml] need info on using libxml2 - build, merge, template xml files

2007-08-17 Thread Rush Manbert
Senthil Nathan wrote: > Hi Rush, > Gr8. Thanks for the info. > > And reg. the 4th point, I need to insert the values in the proper places of > the DOM tree. > You got it rightly. So how do I get that done?? > > Senthil > > On 8/17/07, Rush Manbert <[EMAIL PROTECTED]> wrote: > >>Senthil Nathan w

Re: [xml] need info on using libxml2 - build, merge, template xml files

2007-08-17 Thread Senthil Nathan
Hi Rush, Gr8. Thanks for the info. And reg. the 4th point, I need to insert the values in the proper places of the DOM tree. You got it rightly. So how do I get that done?? Senthil On 8/17/07, Rush Manbert <[EMAIL PROTECTED]> wrote: > > Senthil Nathan wrote: > > Hi, > > I'm new to use libxml2.

Re: [xml] need info on using libxml2 - build, merge, template xml files

2007-08-17 Thread Rush Manbert
Senthil Nathan wrote: > Hi, > I'm new to use libxml2. I need general clarifications of using libxml2 for > my application. > > Say, I have a XML content as, > > > value > > Hostname descr. > long descr of Hostname > > > string > set,del

Re: [xml] need info on using libxml2 - build, merge, template xml files

2007-08-17 Thread Senthil Nathan
, Trappel Martin <[EMAIL PROTECTED]> wrote: > > > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf > Of *Senthil Nathan > *Sent:* Friday, August 17, 2007 11:41 AM > *To:* xml@gnome.org > *Subject:* [xml] need info on using libxml2 - build, merge, template xml &

Re: [xml] need info on using libxml2 - build, merge, template xml files

2007-08-17 Thread Trappel Martin
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Senthil Nathan Sent: Friday, August 17, 2007 11:41 AM To: xml@gnome.org Subject: [xml] need info on using libxml2 - build, merge, template xml files Hi

[xml] need info on using libxml2 - build, merge, template xml files

2007-08-17 Thread Senthil Nathan
Hi, I'm new to use libxml2. I need general clarifications of using libxml2 for my application. Say, I have a XML content as, value Hostname descr. long descr of Hostname string set,delete 1. Here, Is it possible to build a DOM tree u