Click here to Skip to main content
16,011,475 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Define a development approach to Parse/Load/Search an XML document of size ~1GB Pin
Sandeep Akhare18-Sep-06 3:25
Sandeep Akhare18-Sep-06 3:25 
QuestionPulling values from XML nodes where xml is in string format Pin
Omkar Ghaisas14-Sep-06 9:05
Omkar Ghaisas14-Sep-06 9:05 
AnswerRe: Pulling values from XML nodes where xml is in string format Pin
SaurabhMaheshwari19-Sep-06 23:00
SaurabhMaheshwari19-Sep-06 23:00 
QuestionDataBinding to a directory of xml files. Pin
Colm_L14-Sep-06 2:37
Colm_L14-Sep-06 2:37 
QuestionHelp needed with xpath expression [modified] Pin
Shaurya_Rastogi13-Sep-06 23:22
Shaurya_Rastogi13-Sep-06 23:22 
AnswerRe: Help needed with xpath expression Pin
Christian Graus13-Sep-06 23:39
protectorChristian Graus13-Sep-06 23:39 
AnswerRe: Help needed with xpath expression Pin
led mike14-Sep-06 5:10
led mike14-Sep-06 5:10 
QuestionHow a string is treated like an element? Pin
oohungoo13-Sep-06 17:49
oohungoo13-Sep-06 17:49 
I have, for example, a variable $title accepting value (a string with value "title") from a text box .
Then I want to use this string to make reference to an element when I try to use a template that accepts a parameter as a node set.

<xsl:call-template name="show-items">
<xsl:with-param name="text" select="$title"/>
</xsl:call-template>

My xml is like this
<book>
<lang>english</lang>
<title>XML Basics</title>
<content>
......
</content>
</book>

but it does not work. The title accepted in the template "show-items" is not "XML Basics" but "title".
Please help!!!!

AnswerRe: How a string is treated like an element? Pin
Shaurya_Rastogi14-Sep-06 1:53
Shaurya_Rastogi14-Sep-06 1:53 
GeneralRe: How a string is treated like an element? Pin
oohungoo14-Sep-06 5:26
oohungoo14-Sep-06 5:26 
Questionpassing nodes thru webservice Pin
biaali12-Sep-06 23:12
biaali12-Sep-06 23:12 
QuestionCan some body help me this? Pin
oohungoo9-Sep-06 18:22
oohungoo9-Sep-06 18:22 
AnswerRe: Can some body help me this? Pin
Michael Dunn9-Sep-06 18:59
sitebuilderMichael Dunn9-Sep-06 18:59 
GeneralRe: Can some body help me this? Pin
led mike11-Sep-06 5:51
led mike11-Sep-06 5:51 
GeneralRe: Can some body help me this? Pin
Michael Dunn11-Sep-06 7:46
sitebuilderMichael Dunn11-Sep-06 7:46 
AnswerRe: Can some body help me this? Pin
Dustin Metzgar11-Sep-06 3:44
Dustin Metzgar11-Sep-06 3:44 
AnswerRe: Can some body help me this? Pin
biaali12-Sep-06 23:08
biaali12-Sep-06 23:08 
QuestionAdvanced merge of xml documents Pin
Patric_J9-Sep-06 4:36
Patric_J9-Sep-06 4:36 
AnswerRe: Advanced merge of xml documents Pin
led mike11-Sep-06 5:55
led mike11-Sep-06 5:55 
QuestionHow to read attribites from xml and put them in a dropdownlist in Html? Pin
oohungoo8-Sep-06 15:22
oohungoo8-Sep-06 15:22 
QuestionHow to Xml.Serialize an ArrrayList Pin
kozu8-Sep-06 11:34
kozu8-Sep-06 11:34 
AnswerRe: How to Xml.Serialize an ArrrayList Pin
Dustin Metzgar12-Sep-06 4:06
Dustin Metzgar12-Sep-06 4:06 
Questionmicrosoft.xmldom Pin
messages8-Sep-06 4:27
messages8-Sep-06 4:27 
AnswerRe: microsoft.xmldom Pin
led mike8-Sep-06 4:49
led mike8-Sep-06 4:49 
GeneralRe: microsoft.xmldom Pin
messages8-Sep-06 5:08
messages8-Sep-06 5:08 

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.