Click here to Skip to main content
15,886,578 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XML validation through XSD Pin
Het210931-Dec-04 21:48
Het210931-Dec-04 21:48 
GeneralW3C XML standards Pin
Nosheen Iqbal21-Dec-04 16:20
Nosheen Iqbal21-Dec-04 16:20 
GeneralI want XML to draw the network topology Pin
Mohammed Aijaz Mohiuddin21-Dec-04 6:00
Mohammed Aijaz Mohiuddin21-Dec-04 6:00 
GeneralRe: I want XML to draw the network topology Pin
DavidNohejl21-Dec-04 8:29
DavidNohejl21-Dec-04 8:29 
GeneralSkip blocks of nodes with XSL Pin
Milby00720-Dec-04 0:22
Milby00720-Dec-04 0:22 
GeneralRe: Skip blocks of nodes with XSL Pin
Milby00720-Dec-04 3:13
Milby00720-Dec-04 3:13 
GeneralRe: Skip blocks of nodes with XSL Pin
Milby00720-Dec-04 23:46
Milby00720-Dec-04 23:46 
GeneralBasic XML Pin
sharkbait16-Dec-04 3:55
sharkbait16-Dec-04 3:55 
I am an XML rookie and need some help. I am creating a project to poll web applications and other apps and of there is an error I want to send an email. I would like to poll the different apps listed in my XML. I want to pull back a application and its attributes. I have tried the XPathNavigator methods
with little success. Any help would be appreciated as to how to approach this problem or some good basic XML instructions. Here is the XML I created maybe I need to do it differently.


<applications xmlns="http://tempuri.org/Applications.xsd">
<application>
<name>Volunteer Email
<url>http://ftwweb02/volemail/report4.asp
<apptype>web
<databaseconnectionstring>

<database>

<emailaddresstonotify>BobSmith@texashealth.org

<fullpath>

<testtime>60000
<timeout>20000

<application>
<name>XBox App
<url>none
<apptype>database
<databaseconnectionstring>pwd=214;uid=me

<database>

<emailaddresstonotify>GeraldStanford@texashealth.org

<fullpath>

<testtime>60000
<timeout>20000


GeneralXslt generated XML string format problem. Pin
titabonbon15-Dec-04 19:27
titabonbon15-Dec-04 19:27 
GeneralRe: Xslt generated XML string format problem. Pin
DavidNohejl17-Dec-04 12:17
DavidNohejl17-Dec-04 12:17 
GeneralRe: Xslt generated XML string format problem. Pin
titabonbon22-Dec-04 15:25
titabonbon22-Dec-04 15:25 
GeneralRe: Xslt generated XML string format problem. Pin
DavidNohejl23-Dec-04 0:06
DavidNohejl23-Dec-04 0:06 
GeneralRe: Xslt generated XML string format problem. Pin
titabonbon23-Dec-04 12:58
titabonbon23-Dec-04 12:58 
GeneralRe: Xslt generated XML string format problem. Pin
DavidNohejl23-Dec-04 13:28
DavidNohejl23-Dec-04 13:28 
GeneralRe: Xslt generated XML string format problem. Pin
titabonbon26-Dec-04 12:14
titabonbon26-Dec-04 12:14 
GeneralRe: Xslt generated XML string format problem. Pin
DavidNohejl26-Dec-04 14:16
DavidNohejl26-Dec-04 14:16 
QuestionDoes anybody know why XmlAttribute has ChildNodes property? Pin
DavidNohejl15-Dec-04 11:46
DavidNohejl15-Dec-04 11:46 
AnswerRe: Does anybody know why XmlAttribute has ChildNodes property? Pin
J4amieC20-Dec-04 3:09
J4amieC20-Dec-04 3:09 
GeneralRe: Does anybody know why XmlAttribute has ChildNodes property? Pin
DavidNohejl20-Dec-04 3:46
DavidNohejl20-Dec-04 3:46 
GeneralAsp.net - Xml Pin
Anonymous13-Dec-04 23:54
Anonymous13-Dec-04 23:54 
GeneralRe: Asp.net - Xml Pin
DavidNohejl14-Dec-04 2:15
DavidNohejl14-Dec-04 2:15 
GeneralConverting xsd via xsl to code Pin
mgaerber13-Dec-04 7:36
mgaerber13-Dec-04 7:36 
General.NET support for XSLT 2.0 and XPath 2.0 Pin
Jim Taylor12-Dec-04 23:33
Jim Taylor12-Dec-04 23:33 
GeneralRe: .NET support for XSLT 2.0 and XPath 2.0 Pin
Philip Fitzsimons13-Dec-04 1:30
Philip Fitzsimons13-Dec-04 1:30 
GeneralRe: .NET support for XSLT 2.0 and XPath 2.0 Pin
Jim Taylor13-Dec-04 1:51
Jim Taylor13-Dec-04 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.