Click here to Skip to main content
15,913,610 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionWired xml parse??? Pin
Small Rat19-Sep-05 13:11
Small Rat19-Sep-05 13:11 
Questionhelp with xml and c++ Pin
gr8coaster32917-Sep-05 17:34
gr8coaster32917-Sep-05 17:34 
QuestionHow pass the value-of to a Javascript function? Pin
Melena16-Sep-05 6:25
Melena16-Sep-05 6:25 
AnswerRe: How pass the value-of to a Javascript function? Pin
Melena19-Sep-05 13:18
Melena19-Sep-05 13:18 
Questionproblem with conversion of excel to xml Pin
yeswanthtanamala16-Sep-05 0:40
yeswanthtanamala16-Sep-05 0:40 
QuestionSQL with XML Pin
Chetan Ranpariya14-Sep-05 23:13
Chetan Ranpariya14-Sep-05 23:13 
QuestionDisplaying DataGrid XML as HTML Pin
djt7314-Sep-05 19:25
djt7314-Sep-05 19:25 
QuestionProblem editing the SPThemes.xml File Pin
Andrew Porter13-Sep-05 4:26
Andrew Porter13-Sep-05 4:26 
This file is part of Windows SharePoint Services (WSS) and is used to store information about themes. Here is a snippet of the contents:


<spthemes xmlns="http://tempuri.org/SPThemes.xsd">
<templates>
<templateid>none
<displayname>No Theme(Default)
<description>Description
<thumbnail>../images/thnone.png
<preview>../images/thnone.gif

<templates>
<templateid>af.........etc

I am try to write a bit of code that will find a node using

node = doc.SelectSingleNode("/SPThemes/Templates[TemplateID='SOME_THEME_NAME']");

This bit if code works for an xml file that does not contain a namespace (i.e. in the xml sample above "xmlns="http://tempuri.org/SPThemes.xsd"), but with a namespace the code will not work.

Any ideas will be mucg appreciated
AnswerRe: Problem editing the SPThemes.xml File Pin
Andrew Porter13-Sep-05 4:41
Andrew Porter13-Sep-05 4:41 
QuestionHow to create different IPC channels in both client and server configuration files Pin
SongDog12-Sep-05 19:22
SongDog12-Sep-05 19:22 
QuestionXML as input to a print engine. Pin
mcgahanfl12-Sep-05 5:42
mcgahanfl12-Sep-05 5:42 
QuestionLoad XML without root node Pin
10-Sep-05 21:06
suss10-Sep-05 21:06 
AnswerRe: Load XML without root node Pin
DavidNohejl11-Sep-05 1:28
DavidNohejl11-Sep-05 1:28 
Generalwhy U can't answer this Pin
logicaldna8-Sep-05 19:03
logicaldna8-Sep-05 19:03 
GeneralRe: why U can't answer this Pin
Christian Graus11-Sep-05 17:52
protectorChristian Graus11-Sep-05 17:52 
QuestionXML encryption Pin
Donnie138-Sep-05 10:59
Donnie138-Sep-05 10:59 
AnswerRe: XML encryption Pin
A.A.11-Sep-05 17:35
A.A.11-Sep-05 17:35 
Questionhelp with Xml stylesheets Pin
jjburka7-Sep-05 3:55
jjburka7-Sep-05 3:55 
QuestionCreating Nodes Pin
6-Sep-05 16:53
suss6-Sep-05 16:53 
AnswerRe: Creating Nodes Pin
Christian Graus6-Sep-05 16:57
protectorChristian Graus6-Sep-05 16:57 
GeneralRe: Creating Nodes Pin
Heinz_6-Sep-05 17:13
Heinz_6-Sep-05 17:13 
GeneralRe: Creating Nodes Pin
Christian Graus6-Sep-05 17:27
protectorChristian Graus6-Sep-05 17:27 
GeneralRe: Creating Nodes Pin
Heinz_8-Sep-05 13:43
Heinz_8-Sep-05 13:43 
QuestionHow Many Root Nodes? Pin
Heinz_6-Sep-05 12:30
Heinz_6-Sep-05 12:30 
AnswerRe: How Many Root Nodes? Pin
Christian Graus6-Sep-05 13:12
protectorChristian Graus6-Sep-05 13:12 

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.