Click here to Skip to main content
15,890,512 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Pagination using xsl Pin
Nick Parker19-Jun-04 19:36
protectorNick Parker19-Jun-04 19:36 
GeneralXPath: Select all nodes that DON'T contain certain subnodes Pin
VizOne12-Jun-04 0:20
VizOne12-Jun-04 0:20 
GeneralRe: XPath: Select all nodes that DON'T contain certain subnodes Pin
Mike Ellison12-Jun-04 7:05
Mike Ellison12-Jun-04 7:05 
GeneralRe: XPath: Select all nodes that DON'T contain certain subnodes Pin
VizOne12-Jun-04 10:56
VizOne12-Jun-04 10:56 
QuestionIs this possible...? Pin
Kyudos11-Jun-04 5:32
Kyudos11-Jun-04 5:32 
GeneralSoap with Commerce server 2000 Pin
Mr. Cully11-Jun-04 5:02
Mr. Cully11-Jun-04 5:02 
GeneralProblem in sending Soap message with long Japanese strings Pin
Rohitse9-Jun-04 19:59
Rohitse9-Jun-04 19:59 
GeneralXMLnode Pin
dotnet_cpp8-Jun-04 19:49
dotnet_cpp8-Jun-04 19:49 
my web service returns Xmlnode. I want to read attribute name and populate Dropdownlist.

Here is what I have been trying .. nothing seems to work ... any suggestions please

Dim SearchResult As MyWebservie = ar.AsyncState
Dim node As XmlNode = TicketSearchResult.EndGetEventList(ar)
//Dim ReadNode As XmlNode = node.SelectSingleNode("DATA") //
Dim Reader As New XmlNodeReader(ReadNode)

//Dim mydataset As New DataSet
//mydataset.ReadXml(Reader)

//Dim resultNodes As XmlNodeList = node.SelectNodes("raw") //node i need attributs from this

// Dim iCount As Integer = 0
// Dim aNode As XmlNode
// For Each aNode In resultNodes
// DropDwonLis1.Item.Add /// Console.WriteLine("Node {0} value: {1}", ++iCount, aNode.InnerText)
'ToDo: Unsupported operator
'ToDo: ++ operator not supported within expressions
Next aNode

here is what web service returns


- <root>
- <methodinfo>
<channelname>Search
<methodname>MyWebservice
<parameters>?APP_ID=1
<processtime type="milliseconds">453.1366

-
<row thisid="2" thisname="Beach ST=" "="">
<row thisid="1" thisname="Playhouse" st="GA">
<row thisid="3" thisname="Arena" st="MD">
<row thisid="4" thisname="Park" st="CA">


I want THISNAME IN DROPDOWNLIST and THISID as option Value in dropdownlist

GeneralRe: XMLnode Pin
Andrew Quinn AUS8-Jun-04 22:22
Andrew Quinn AUS8-Jun-04 22:22 
Question&lt;![CDATA[NULL]]&gt; this is OK? Pin
skoizumi291108-Jun-04 16:03
sussskoizumi291108-Jun-04 16:03 
GeneralLoading XslTransform from data base/string Pin
lkrzanik8-Jun-04 5:44
lkrzanik8-Jun-04 5:44 
GeneralRe: Loading XslTransform from data base/string Pin
palbano8-Jun-04 16:32
palbano8-Jun-04 16:32 
GeneralMS XML Pin
Rhys__6668-Jun-04 0:23
Rhys__6668-Jun-04 0:23 
General&amp;amp; in XSL parameters Pin
Atara6-Jun-04 1:08
Atara6-Jun-04 1:08 
GeneralRe: &amp;amp; in XSL parameters Pin
henningbenk7-Jun-04 1:43
professionalhenningbenk7-Jun-04 1:43 
GeneralRe: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 2:38
Atara7-Jun-04 2:38 
Generalagain: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 19:33
Atara7-Jun-04 19:33 
GeneralRe: again: &amp;amp; in XSL parameters Pin
henningbenk7-Jun-04 22:07
professionalhenningbenk7-Jun-04 22:07 
GeneralRe: again: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 22:50
Atara7-Jun-04 22:50 
GeneralRe: again: &amp;amp; in XSL parameters Pin
Atara7-Jun-04 22:58
Atara7-Jun-04 22:58 
QuestionHow to load XML from string into dataset or listbox Pin
5-Jun-04 8:54
suss5-Jun-04 8:54 
AnswerRe: How to load XML from string into dataset or listbox Pin
Andrew Quinn AUS6-Jun-04 22:52
Andrew Quinn AUS6-Jun-04 22:52 
GeneralRe: Converting carriage returns to &lt;BR&gt; tags Pin
Philip Fitzsimons2-Jun-04 3:22
Philip Fitzsimons2-Jun-04 3:22 
GeneralRe: Converting carriage returns to <BR> tags Pin
JussiL2-Jun-04 8:06
JussiL2-Jun-04 8:06 
QuestionHow to test if node exists and it's not empty? Pin
Alvaro Mendez1-Jun-04 10:00
Alvaro Mendez1-Jun-04 10:00 

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.