Note that there are some explanatory texts on larger screens.

plurals
  1. POread XML tag id from php
    text
    copied!<p>i am have the following XML file </p> <pre><code>&lt;?xml version="1.0" encoding="iso-8859-1"?&gt; </code></pre> <p></p> <pre><code> &lt;Message Id="Language"&gt;German&lt;/Message&gt; &lt;Message Id="LangEnglish"&gt;German&lt;/Message&gt; &lt;Message Id="TopMakeHomepage"&gt; Mache 4W Consulting Webseite zu deiner Starseite! &lt;/Message&gt; &lt;Message Id="TopLinkEmpSec"&gt; 4W Mitarbeiter &lt;/Message&gt; &lt;Message Id="TopLinkFeedback"&gt; Feedback &lt;/Message&gt; &lt;Message Id="TopLinkSiteMap"&gt; Site Map &lt;/Message&gt; &lt;Message Id="TopLinkContactUs"&gt; Kontakt &lt;/Message&gt; &lt;Message Id="TopSetLangEn"&gt; ins Englische &lt;/Message&gt; &lt;Message Id="TopSetLangDe"&gt; ins Deutsche &lt;/Message&gt; &lt;Message Id="TopSetLangEs"&gt; ins Spanische &lt;/Message&gt; &lt;Message Id="MenuLinks"&gt; !~|4W Starseite|Company|Über uns|Kontakt|4W anschließen|Services|Kunden Software Entwicklung|Altsystem Neugestalltung &amp;amp; Umwandlung|Altsystem Dokumentation|Daten Umwandlung &amp;amp; Migration|Erstellen von Datenbeschreibungsverzeichnis|System- &amp;amp; Anwendungs Support|Projekt Management &amp;amp; Planunng|Personal Erweiterung|Projekt Ausgliederung|Mitarbeiter Ausbildung|Technologie|Intersystems Caché|M / MUMPS|Zusätzliche Technologien|Methodologie|Feedback|~! &lt;/Message&gt; &lt;/MsgFile&gt; </code></pre> <p>in this XML file i need to fetch the contents using the tagid . what exactly i need is when i input the 'TopMakeHomepage' i need output as 'Mache 4W Consulting Webseite zu deiner Starseite!' ... Please help me to find out this . Thanks in advance</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload