Skip to content

Tag Archives: linux

Looking for an XML parser to process XML feeds, recommendations?

My website uses XML feeds to inform some specific link partners about where our articles are, and some other basic information. These partners also provide us with feeds of their articles, so we can link together when we have a matching topic. My programmer is able to process feeds in rss 2.0 format, but can’t [...]

how do convert ascii string to an octet format, reading from a xml file under linux environment?

how do convert ascii string to an octet format, reading from a xml file under linux environment

In which server xml file should be upload?

Please tel me in which server does the xml file should store? I mean on linux or windows. Hope you guys get the point. Thank you for your valuable time.

XML to PDF conversion on Linux Platform?

Hi I have few XML documents on Linux platform. I will be storing all the xml documents in one directory and I want to run some executable files with some arguments may be. This executable files should convert those xml file to pdf file and dump it in another directory. Is there any scripts/C/C++ programs [...]

Can I run Drive image XML on Linux?

I have made a backup of my system my recovery files are on my xp’s second hard drive. I want to restore the image but it says I can not do it from the primary hard drive so i figured if I ran a linux live cd and used dix xml some how it whould [...]

a c program which printing the tag value of a xml file using expat parser?

like for a example xml program <?xml version="1.0" encoding="ISO-8859-1"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don’t forget me this weekend!</body> </note> out put should be : Tove Jani Reminder Don’t forget me this weekend! i want the c program for that in linux environments

What is the easiest way to publish a web application based on xml/xsd?

I have an XML / XSD pair, which I usually edit with Altova XMLSpy. I am looking for a way to edit the XML through the web in a similar way to how XMLSpy works on Windows. The server-side would have to run on apache / linux. I am hopefully looking for something open source [...]