Click here to Skip to main content
15,891,981 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralXML/XSL Books Pin
Brendan Vogt6-Feb-05 22:55
Brendan Vogt6-Feb-05 22:55 
GeneralRe: XML/XSL Books Pin
Phil Hobgen7-Feb-05 19:00
Phil Hobgen7-Feb-05 19:00 
GeneralRe: XML/XSL Books Pin
Brendan Vogt7-Feb-05 21:22
Brendan Vogt7-Feb-05 21:22 
GeneralRe: XML/XSL Books Pin
Phil Hobgen7-Feb-05 22:39
Phil Hobgen7-Feb-05 22:39 
GeneralRe: XML/XSL Books Pin
Royce Fickling21-Aug-08 4:42
Royce Fickling21-Aug-08 4:42 
QuestionXSLT does not have min,max,abs methods. How do i use EXSLT ? Pin
Wilbur J. Pereira6-Feb-05 22:41
Wilbur J. Pereira6-Feb-05 22:41 
AnswerRe: XSLT does not have min,max,abs methods. How do i use EXSLT ? Pin
Phil Hobgen7-Feb-05 23:30
Phil Hobgen7-Feb-05 23:30 
Generalapp. config file Pin
Rekha Patel6-Feb-05 8:30
Rekha Patel6-Feb-05 8:30 
Hi!

I am using windows applications and I am trying to create a application config file.
I have created an app. config file thru add item and this is how it looks..
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
  <add key="FilePath" value="C:\testConfig.xml" />
 </appSettings>
</configuration>


And from my code I am accessing the config file soemthing like this
using System.Configuration;
string path = ConfigurationSettings.AppSettings("FilePath");

I am getting this error:
An unhandled exception of type 'System.Configuration.ConfigurationException' occurred in system.dll Only elements allowed

I would appreciate any insight

Thanks in advance

GeneralMicrosoft Real-Time Communications API Pin
jerry0davis4-Feb-05 4:46
jerry0davis4-Feb-05 4:46 
Generalmsxsl.exe output to a file Pin
Anonymous3-Feb-05 15:41
Anonymous3-Feb-05 15:41 
GeneralRe: msxsl.exe output to a file Pin
Phil Hobgen6-Feb-05 10:23
Phil Hobgen6-Feb-05 10:23 
Generaldiffrent result everytime Pin
Ahmed Galal3-Feb-05 1:38
Ahmed Galal3-Feb-05 1:38 
GeneralIs XML 3.0 is faster than XML 2.0 Pin
santu1-Feb-05 18:50
santu1-Feb-05 18:50 
GeneralProblems with a well formed XML Pin
Rekha Patel1-Feb-05 16:35
Rekha Patel1-Feb-05 16:35 
GeneralRe: Problems with a well formed XML Pin
Christian Graus1-Feb-05 17:08
protectorChristian Graus1-Feb-05 17:08 
GeneralRe: Problems with a well formed XML Pin
Christian Graus1-Feb-05 17:10
protectorChristian Graus1-Feb-05 17:10 
QuestionHow to add a datasource as a sub node in XML file Pin
Rekha Patel31-Jan-05 8:08
Rekha Patel31-Jan-05 8:08 
AnswerRe: How to add a datasource as a sub node in XML file Pin
DavidNohejl31-Jan-05 8:20
DavidNohejl31-Jan-05 8:20 
GeneralRe: How to add a datasource as a sub node in XML file Pin
Rekha Patel31-Jan-05 9:01
Rekha Patel31-Jan-05 9:01 
GeneralRe: How to add a datasource as a sub node in XML file Pin
DavidNohejl31-Jan-05 9:44
DavidNohejl31-Jan-05 9:44 
GeneralThanks a mil!!! Worked like a magic Pin
Anonymous31-Jan-05 14:02
Anonymous31-Jan-05 14:02 
GeneralHelp with converting Dataset to ADO schema..please! Pin
Dankarmy30-Jan-05 8:26
Dankarmy30-Jan-05 8:26 
GeneralUnicode encoding problem Pin
teo_xp29-Jan-05 2:27
teo_xp29-Jan-05 2:27 
GeneralRe: Unicode encoding problem Pin
teo_xp29-Jan-05 2:29
teo_xp29-Jan-05 2:29 
GeneralRe: Unicode encoding problem Pin
teo_xp29-Jan-05 2:30
teo_xp29-Jan-05 2:30 

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.