LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   how to use shell scripts process xml document? (https://www.linuxquestions.org/questions/programming-9/how-to-use-shell-scripts-process-xml-document-469560/)

wmh830621 07-31-2006 10:25 PM

how to use shell scripts process xml document?
 
is there any shell libaray?Please help me!

drj000 08-01-2006 12:46 AM

You might want to have a look at libxml2, and the included xmllint tool. I've never used it myself, but it look like it might be helpful for command line xml parsing.

wmh830621 08-02-2006 06:31 AM

libxml is coded with C,but i want to a xml parse coded with shell scripts.
Is it possible?
Thank you very much!

alred 08-02-2006 07:45 AM

i never done any xml but seems to me that this guy is parsing xml with bash ::

http://anton.lr2.com/archives/2005/0...sing-some-xml/


//hope it helps ...

.

alred 08-03-2006 11:13 PM

playing around with some interative stuffs in bash terminal , i found this :: HowTo: Use tput in a shell data entry system
possible for clueless newbies , they are in 4 parts ...

>> "... is coded with C"
can possibly include this one if you know c :: Bash Dynamically Loadable Built-in Commands


//have fun ...


.


All times are GMT -5. The time now is 10:18 AM.