Click here to Skip to main content
15,914,225 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionError in get ChildNode of the current node Pin
salmonraju14-Sep-08 18:38
salmonraju14-Sep-08 18:38 
AnswerRe: Error in get ChildNode of the current node Pin
George L. Jackson23-Sep-08 18:36
George L. Jackson23-Sep-08 18:36 
QuestionXML: Special Character in- and output [modified] Pin
Zaegra11-Sep-08 6:24
Zaegra11-Sep-08 6:24 
AnswerRe: XML: Special Character in- and output Pin
Erik Westermann11-Sep-08 10:36
professionalErik Westermann11-Sep-08 10:36 
Questionxsl formating Pin
AndieDu10-Sep-08 17:25
AndieDu10-Sep-08 17:25 
AnswerRe: xsl formating Pin
led mike11-Sep-08 4:58
led mike11-Sep-08 4:58 
GeneralRe: xsl formating Pin
AndieDu11-Sep-08 21:16
AndieDu11-Sep-08 21:16 
QuestionRead XML from VB.NET [modified] Pin
japel10-Sep-08 11:57
japel10-Sep-08 11:57 
Hello,

I am trying to read the attached XML file by entering the <string code="????"> and return the value for <lang code="EN">Access Allowed List</lang>.

I have worked with reading simple XML elements but have not worked with atributes and the like. I am also new to both XML and Dev in general.

I have read several articles but most give me examples for reading simple XML e.g.

<person>
<firstname>John</firstname>
<lastname>Smith</lastname>
</person>

The file I am trying to read is below, any help would be great and examples are very much welcome. My goal for the GUI in VB.NET will be to have a textbox to enter string number I am searching for and a dropdown but to select the language.

Regards
Jason


<momlang>
<string code="2000">
<lang code="AR">Access Allowed List</lang>
<lang code="CZ">Access Allowed List</lang>
<lang code="DE">Access Allowed List</lang>
<lang code="DK">Access Allowed List</lang>
<lang code="EE">Access Allowed List</lang>
<lang code="EN">Access Allowed List</lang>
<lang code="ES">Lista de accesos permitidos</lang>
<lang code="FI">Pääsylista sallitut</lang>
<lang code="FR">Liste des accès autorisés</lang>
<lang code="GB">Access Allowed List</lang>
<lang code="HU">Hozzáférés Engedély Lista</lang>
<lang code="IT">Elenco accessi consentiti</lang>
<lang code="NL">Access Allowed List</lang>
<lang code="NO">Liste over systemtilgang</lang>
<lang code="PL">Access Allowed List</lang>
<lang code="RU">Access Allowed List</lang>
<lang code="SE">Använda tillåten lista</lang>
</string>
<string code="10000">
<lang code="AR">المطبوعة:</lang>
<lang code="CZ">Vytisknuto:</lang>
<lang code="DE">Gedruckt:</lang>
<lang code="DK">Printed:</lang>
<lang code="EE">Prinditud:</lang>
<lang code="EN">Printed:</lang>
<lang code="ES">Impreso:</lang>
<lang code="FI">Tulostettu:</lang>
<lang code="FR">Imprimé:</lang>
<lang code="GB">Printed:</lang>
<lang code="HU">Nyomtatott:</lang>
<lang code="IS">Printed:</lang>
<lang code="IT">Stampato:</lang>
<lang code="NL">Afgedrukt:</lang>
<lang code="NO">Skrevet ut</lang>
<lang code="PL">Wydrukowano:</lang>
<lang code="RU">Напечатано:</lang>
<lang code="SE">Utskrivet:</lang>
</string>
</momlang><pre></pre><pre></pre><pre></pre>

When people make you see red, be thankful your not colour blind.
modified on Thursday, September 11, 2008 8:47 AM
AnswerRe: Read XML from VB.NET Pin
japel11-Sep-08 2:55
japel11-Sep-08 2:55 
QuestionSending Transformed XML as mail body Pin
brijbmishra9-Sep-08 6:46
brijbmishra9-Sep-08 6:46 
QuestionRe: Sending Transformed XML as mail body Pin
led mike9-Sep-08 9:06
led mike9-Sep-08 9:06 
QuestionRe: Sending Transformed XML as mail body Pin
brijbmishra9-Sep-08 9:17
brijbmishra9-Sep-08 9:17 
AnswerRe: Sending Transformed XML as mail body Pin
led mike9-Sep-08 9:24
led mike9-Sep-08 9:24 
GeneralRe: Sending Transformed XML as mail body Pin
Chris Maunderr10-Sep-08 0:29
Chris Maunderr10-Sep-08 0:29 
Questionxsd to xml Pin
amitsunnuu9-Sep-08 2:17
amitsunnuu9-Sep-08 2:17 
QuestionValidation of attributes in combination of other attributes? Pin
mav.northwind8-Sep-08 1:48
mav.northwind8-Sep-08 1:48 
AnswerRe: Validation of attributes in combination of other attributes? Pin
Erik Westermann12-Sep-08 10:29
professionalErik Westermann12-Sep-08 10:29 
GeneralRe: Validation of attributes in combination of other attributes? Pin
mav.northwind12-Sep-08 19:05
mav.northwind12-Sep-08 19:05 
Question&lt; symbols in <xsl:text xmlns:xsl="#unknown"></xsl:text> Pin
danielk_6-Sep-08 4:26
danielk_6-Sep-08 4:26 
AnswerRe: &lt; symbols in Pin
Saul Johnson6-Sep-08 10:43
Saul Johnson6-Sep-08 10:43 
AnswerRe: &lt; symbols in Pin
Michael Dunn9-Sep-08 12:43
sitebuilderMichael Dunn9-Sep-08 12:43 
AnswerRe: &lt; symbols in Pin
Erik Westermann10-Sep-08 4:17
professionalErik Westermann10-Sep-08 4:17 
QuestionNot Able to validate the MSXML Pin
Kuldeep Bhatnagar5-Sep-08 0:30
Kuldeep Bhatnagar5-Sep-08 0:30 
AnswerRe: Not Able to validate the MSXML Pin
Erik Westermann10-Sep-08 4:28
professionalErik Westermann10-Sep-08 4:28 
QuestionXML transform to SQL by XSL Pin
AndieDu4-Sep-08 16:18
AndieDu4-Sep-08 16:18 

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.