Click here to Skip to main content
15,917,062 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerPost the code... Pin
Paul Watson23-Mar-03 21:16
sitebuilderPaul Watson23-Mar-03 21:16 
GeneralRe: Post the code... Pin
xxhimanshu23-Mar-03 22:21
xxhimanshu23-Mar-03 22:21 
GeneralServer side Pin
Paul Watson23-Mar-03 22:28
sitebuilderPaul Watson23-Mar-03 22:28 
GeneralRe: Server side Pin
xxhimanshu23-Mar-03 22:53
xxhimanshu23-Mar-03 22:53 
GeneralRe: Server side Pin
Philip Fitzsimons26-Mar-03 3:04
Philip Fitzsimons26-Mar-03 3:04 
GeneralProblem while using MSXML to get HTTP response Pin
adapterJohn18-Mar-03 23:05
adapterJohn18-Mar-03 23:05 
GeneralRe: Problem while using MSXML to get HTTP response Pin
adapterJohn20-Mar-03 21:27
adapterJohn20-Mar-03 21:27 
Generalstrong type in XML Pin
Michal Januszczyk15-Mar-03 5:57
sussMichal Januszczyk15-Mar-03 5:57 
how to do the following using .NET

I have the following XML document :

<a>3.14159</a>

If I were using COM MSXML parser, I could get
NodeTypedValue property to get "strongly-typed"
value.

b= XMLDocument.SelectSingleNode("//b");
variant value = b.NodeTypedValue;
//now the variant contains double value.


The question is:
how to achieve the same using C# ?
Value property of XMLNode object returns String
type, wchich i have to convert to get desired type...
How to do this without explicit conversion (by the means
of XMLConvert class or similar...)


Thanks
Michal Januszczyk
Questioncan XSL do this ? Pin
act_x14-Mar-03 5:25
act_x14-Mar-03 5:25 
AnswerRe: can XSL do this ? Pin
Torsten Mauz14-Mar-03 15:14
Torsten Mauz14-Mar-03 15:14 
GeneralRe: Tree Navigation Pin
act_x13-Mar-03 11:25
act_x13-Mar-03 11:25 
GeneralRe: Tree Navigation Pin
Michael A. Barnhart13-Mar-03 12:15
Michael A. Barnhart13-Mar-03 12:15 
GeneralTree Navigation Pin
act_x13-Mar-03 10:13
act_x13-Mar-03 10:13 
GeneralRe: Tree Navigation Pin
Michael A. Barnhart13-Mar-03 11:12
Michael A. Barnhart13-Mar-03 11:12 
GeneralDisplay multipal XML files using single XXLT Pin
swaps13-Mar-03 0:54
swaps13-Mar-03 0:54 
GeneralStoring data in "ref" element Pin
EnkelIk5-Mar-03 7:18
EnkelIk5-Mar-03 7:18 
GeneralCan't define array in xml Pin
EnkelIk3-Mar-03 2:18
EnkelIk3-Mar-03 2:18 
GeneralThe real schema Pin
EnkelIk3-Mar-03 2:20
EnkelIk3-Mar-03 2:20 
GeneralRe: The real schema Pin
Louis Riel2-Jun-04 4:49
Louis Riel2-Jun-04 4:49 
GeneralRe: The real schema Pin
EnkelIk8-Jun-04 23:34
EnkelIk8-Jun-04 23:34 
GeneralSOAP Stars Pin
Steve Murrell2-Mar-03 5:30
Steve Murrell2-Mar-03 5:30 
Generalxsl:import and xsl:include Pin
Philip Patrick28-Feb-03 21:11
professionalPhilip Patrick28-Feb-03 21:11 
GeneralRe: xsl:import and xsl:include Pin
Michael A. Barnhart1-Mar-03 1:34
Michael A. Barnhart1-Mar-03 1:34 
GeneralRe: xsl:import and xsl:include Pin
Philip Patrick1-Mar-03 1:46
professionalPhilip Patrick1-Mar-03 1:46 
GeneralRe: xsl:import and xsl:include Pin
Michael A. Barnhart1-Mar-03 1:51
Michael A. Barnhart1-Mar-03 1:51 

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.