Click here to Skip to main content
15,911,360 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerABUSE: Massive amount of XML posted Pin
led mike18-Jul-08 5:20
led mike18-Jul-08 5:20 
GeneralRe: ABUSE: Massive amount of XML posted Pin
Krugger40418-Jul-08 6:20
Krugger40418-Jul-08 6:20 
GeneralRe: ABUSE: Massive amount of XML posted Pin
led mike18-Jul-08 6:28
led mike18-Jul-08 6:28 
GeneralRe: ABUSE: Massive amount of XML posted Pin
Paul Conrad26-Jul-08 14:47
professionalPaul Conrad26-Jul-08 14:47 
Questionproblem loading xml+xsl in IE Pin
Member 466072415-Jul-08 19:48
Member 466072415-Jul-08 19:48 
AnswerRe: problem loading xml+xsl in IE Pin
led mike17-Jul-08 7:00
led mike17-Jul-08 7:00 
QuestionWeb Method Returning a complex Custom data type. Pin
nagankota15-Jul-08 1:56
nagankota15-Jul-08 1:56 
QuestionSub-query with XmlNodeList Pin
Atropus14-Jul-08 2:38
Atropus14-Jul-08 2:38 
Hi.
I'm writing a C# program and I'm using XML like a DB for storing structured information. After a query in XPath, I obtain a list of XmlNode (or, in other words, an instance of XmlNodeList) and I would like to make another query inside this list.
Maybe this is confused; here's an example.
Let's suppose we have this XML fragment:

<items>
  <item val="1"/>
  <item val="0"/>
  <item val="1"/>
</items>


and after a query like ./item[@val='1'] we retrive this list:

<item val="1"/>
<item val="1"/>


Now, How can I convert easily this XmlNodeList in a node without creating a new XmlDocument (I need to have the right reference to nodes) so I will make another query on it? Or maybe how to call SelectNodes directly in the XmlNodeList (Yeah, I know: there's no SelectNodes in XmlNodeList)? Again, maybe it is possible to create a temporary node and insert the selected nodes into it.

Thanks in advance,
Atropo

P.S. Sorry if the question is a bit confusing: I'm not very good with english.
AnswerRe: Sub-query with XmlNodeList Pin
led mike14-Jul-08 5:59
led mike14-Jul-08 5:59 
Questionwriting to XML Pin
kadkir13-Jul-08 20:01
kadkir13-Jul-08 20:01 
AnswerRe: writing to XML Pin
Mike Ellison14-Jul-08 3:18
Mike Ellison14-Jul-08 3:18 
Questionwrong element in transformed xml Pin
AndrusM11-Jul-08 21:45
AndrusM11-Jul-08 21:45 
AnswerRe: wrong element in transformed xml Pin
Gideon Engelberth12-Jul-08 2:28
Gideon Engelberth12-Jul-08 2:28 
QuestionUse external Xml File in My external File (Import) Pin
hamedmot11-Jul-08 21:05
hamedmot11-Jul-08 21:05 
AnswerRe: Use external Xml File in My external File (Import) Pin
led mike14-Jul-08 5:57
led mike14-Jul-08 5:57 
QuestionXSLT for displaying generic XML-files Pin
Daniel Jansson10-Jul-08 20:22
Daniel Jansson10-Jul-08 20:22 
AnswerRe: XSLT for displaying generic XML-files Pin
led mike11-Jul-08 5:36
led mike11-Jul-08 5:36 
QuestionXSD Validation - Allowed characters Pin
Erik Westermann9-Jul-08 12:06
professionalErik Westermann9-Jul-08 12:06 
AnswerRe: XSD Validation - Allowed characters Pin
Erik Westermann10-Sep-08 4:13
professionalErik Westermann10-Sep-08 4:13 
Questionxml reading using C# Pin
Ekjon7-Jul-08 11:03
Ekjon7-Jul-08 11:03 
Questionneed to return xml by using query string in vb.net Pin
subbu.sk6-Jul-08 21:46
subbu.sk6-Jul-08 21:46 
QuestionIn &lt;xsl:for-each/&gt; href should create automatically links with worksheet Pin
Pushpa Setty6-Jul-08 19:17
Pushpa Setty6-Jul-08 19:17 
QuestionIXMLDOMNodePtr & IXMLDOMNode *?? Any difference?? Pin
SimplySane6-Jul-08 6:56
SimplySane6-Jul-08 6:56 
AnswerRe: IXMLDOMNodePtr & IXMLDOMNode *?? Any difference?? Pin
Christian Graus6-Jul-08 9:57
protectorChristian Graus6-Jul-08 9:57 
Questiondisplay XML in table form Pin
Y_Kaushik4-Jul-08 19:21
Y_Kaushik4-Jul-08 19:21 

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.