Click here to Skip to main content
15,904,024 members
Home / Discussions / XML / XSL
   

XML / XSL

 
PinnedHOW TO ANSWER A QUESTION PinPopular
Chris Maunder16-Jul-09 3:10
cofounderChris Maunder16-Jul-09 3:10 
PinnedHow to get an answer to your question PinPopular
Chris Maunder16-Jul-09 3:06
cofounderChris Maunder16-Jul-09 3:06 
QuestionHow do I get a specific value from an XML file Pin
pkfox10-May-24 4:56
professionalpkfox10-May-24 4:56 
Hi all,
as part of my Linux build script for my SBC boards I need to download a very small XML file and parse some data, the download I achieve using wget I show a sample file below
XML
<?xml version="1.0"?>
<servers>
        <win64 url="https://downloads.lms-community.org/nightly/LogitechMediaServer-8.5.2-1715233151-win64.exe" version="8.5.2" revision="1715233151" size="16 MB"/>
        <win url="https://downloads.lms-community.org/nightly/LogitechMediaServer-8.5.2-1715233151.exe" version="8.5.2" revision="1715233151" size="70 MB"/>
        <osx url="https://downloads.lms-community.org/nightly/LogitechMediaServer-8.5.2-1715233151.pkg" version="8.5.2" revision="1715233151" size="43 MB"/>
        <rpm url="https://downloads.lms-community.org/nightly/logitechmediaserver-8.5.2-0.1.1715233151.noarch.rpm" version="8.5.2" revision="1715233151" size="86 MB"/>
        <tararm url="https://downloads.lms-community.org/nightly/logitechmediaserver-8.5.2-1715233151-arm-linux.tgz" version="8.5.2" revision="1715233151" size="55 MB"/>
        <nocpan url="https://downloads.lms-community.org/nightly/logitechmediaserver-8.5.2-1715233151-noCPAN.tgz" version="8.5.2" revision="1715233151" size="17 MB"/>
        <src url="https://downloads.lms-community.org/nightly/logitechmediaserver-8.5.2-1715233151.tgz" version="8.5.2" revision="1715233151" size="118 MB"/>
        <deb url="https://downloads.lms-community.org/nightly/logitechmediaserver_8.5.2~1715233151_all.deb" version="8.5.2" revision="1715233151" size="57 MB"/>
        <debamd64 url="https://downloads.lms-community.org/nightly/logitechmediaserver_8.5.2~1715233151_amd64.deb" version="8.5.2" revision="1715233151" size="24 MB"/>
        <debarm url="https://downloads.lms-community.org/nightly/logitechmediaserver_8.5.2~1715233151_arm.deb" version="8.5.2" revision="1715233151" size="31 MB"/>
        <debi386 url="https://downloads.lms-community.org/nightly/logitechmediaserver_8.5.2~1715233151_i386.deb" version="8.5.2" revision="1715233151" size="17 MB"/>
</servers>

What I need is the url for debarm, as this is all being done in a bash script I can't use c#, anyone here know of a way to achieve this in Linux ? many thanks for reading
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP

AnswerRe: How do I get a specific value from an XML file Pin
k505410-May-24 5:10
mvek505410-May-24 5:10 
AnswerRe: How do I get a specific value from an XML file Pin
k505410-May-24 5:27
mvek505410-May-24 5:27 
GeneralRe: How do I get a specific value from an XML file Pin
pkfox10-May-24 6:11
professionalpkfox10-May-24 6:11 
QuestionHow to create XSD classes for Jackson. Pin
Syed Mubashshir Hasan17-Oct-22 0:05
Syed Mubashshir Hasan17-Oct-22 0:05 
QuestionGrouping XML key value using XSLT - Need help Pin
Manju Kaushik22-Jun-22 0:25
Manju Kaushik22-Jun-22 0:25 
QuestionNeed help with XML/XSL Pin
Duke Jason2-Dec-21 18:42
Duke Jason2-Dec-21 18:42 
AnswerRe: Need help with XML/XSL Pin
thatraja12-Jan-22 5:24
professionalthatraja12-Jan-22 5:24 
QuestionHow to suppress empty tag using xsl Pin
cartriders16-Dec-20 12:47
cartriders16-Dec-20 12:47 
AnswerRe: How to suppress empty tag using xsl Pin
thatraja5-Jan-21 3:32
professionalthatraja5-Jan-21 3:32 
QuestionHow to add Key and MergeField dynamically into WordProcessing OpenXML document C# program Pin
Ganapatisb10-Sep-20 22:24
Ganapatisb10-Sep-20 22:24 
QuestionComparing two elements in XSLT Pin
Member 148262328-May-20 9:34
Member 148262328-May-20 9:34 
AnswerRe: Comparing two elements in XSLT Pin
Richard Deeming10-May-20 21:58
mveRichard Deeming10-May-20 21:58 
QuestionI don't see WebBrowser?? (webbrowser error) (wpf) Pin
Member 1477397215-Mar-20 21:58
Member 1477397215-Mar-20 21:58 
AnswerRe: I don't see WebBrowser?? (webbrowser error) (wpf) Pin
Richard MacCutchan15-Mar-20 22:56
mveRichard MacCutchan15-Mar-20 22:56 
QuestionSchematron errors with XML Spy update Pin
Member 1459998621-Sep-19 16:33
Member 1459998621-Sep-19 16:33 
AnswerRe: Schematron errors with XML Spy update Pin
Richard Deeming22-Oct-19 0:49
mveRichard Deeming22-Oct-19 0:49 
QuestionXML file read images and display them at random Pin
eatupyourgreens12-Sep-19 9:33
eatupyourgreens12-Sep-19 9:33 
AnswerRe: XML file read images and display them at random Pin
Richard MacCutchan12-Sep-19 11:20
mveRichard MacCutchan12-Sep-19 11:20 
GeneralRe: XML file read images and display them at random Pin
eatupyourgreens12-Sep-19 11:27
eatupyourgreens12-Sep-19 11:27 
GeneralRe: XML file read images and display them at random Pin
Richard MacCutchan12-Sep-19 11:33
mveRichard MacCutchan12-Sep-19 11:33 
QuestionQuery XML API and display results Pin
hm928-Aug-19 4:37
hm928-Aug-19 4:37 
AnswerRe: Query XML API and display results Pin
Richard MacCutchan28-Aug-19 5:57
mveRichard MacCutchan28-Aug-19 5:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.