Click here to Skip to main content
15,915,873 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionhow to create multiple xml files from a single excel sheet having huge data. Pin
yekanth.v20-Jun-06 21:29
yekanth.v20-Jun-06 21:29 
AnswerRe: how to create multiple xml files from a single excel sheet having huge data. Pin
Rizwan Bashir20-Jun-06 22:14
Rizwan Bashir20-Jun-06 22:14 
QuestionText, XML Parsing Pin
VK-Cadec20-Jun-06 3:12
VK-Cadec20-Jun-06 3:12 
QuestionVB6 Or Visual Studio - MFC CC++ Pin
sweep12319-Jun-06 0:37
sweep12319-Jun-06 0:37 
AnswerRe: VB6 Or Visual Studio - MFC CC++ Pin
Paddy Boyd19-Jun-06 3:24
Paddy Boyd19-Jun-06 3:24 
Questionvalidating XML document against an XML schema Pin
lupin9918-Jun-06 18:29
lupin9918-Jun-06 18:29 
AnswerRe: validating XML document against an XML schema Pin
BoneSoft19-Jun-06 4:41
BoneSoft19-Jun-06 4:41 
QuestionXpath invalid token with concat Pin
Duncan Sample16-Jun-06 0:25
Duncan Sample16-Jun-06 0:25 
I'm using C# in VS2005 to do some XPath queries. I've created my XPath statement using XMLSpy and it is something like:

//Unit/concat(productCode, ":", serialNumber)

I also tried with string-join, but I get the same error when I try it in my C# code:

Unhandled Exception: System.Xml.XPath.XPathException: '//Unit/concat(productCode,":",serialNumber)' has an invalid token.

Surely the concat function exists in the .net xpath library, am I doing something wrong?

The code around this is the standard routine:

<br />
xpathDoc = new XPathDocument(Filename);<br />
xpathNav = xpathDoc.CreateNavigator();<br />
xpathIter = xpathNav.Select(XPathString);<br />
- loop through the results etc -<br />


I hope someone has some pointers as to what could be wrong

Thanks
QuestionHow Retrive XML File in Memory Streams !!!! [modified] Pin
HatakeKaKaShi15-Jun-06 17:14
HatakeKaKaShi15-Jun-06 17:14 
QuestionCreating An XML file In MemoryStream (Urgent ! ) [modified] Pin
HatakeKaKaShi15-Jun-06 16:25
HatakeKaKaShi15-Jun-06 16:25 
AnswerRe: Creating An XML file In MemoryStream (Urgent ! ) Pin
BoneSoft16-Jun-06 11:33
BoneSoft16-Jun-06 11:33 
QuestionRead a XML Document and extract a node value Pin
chandler8314-Jun-06 5:51
chandler8314-Jun-06 5:51 
AnswerRe: Read a XML Document and extract a node value Pin
Elina Blank20-Jun-06 3:25
sitebuilderElina Blank20-Jun-06 3:25 
AnswerRe: Read a XML Document and extract a node value Pin
braber29-Jun-06 7:27
braber29-Jun-06 7:27 
QuestionHow do you get XSL to just read any element? Pin
Red_Wizard_Shot_The_Food14-Jun-06 4:41
Red_Wizard_Shot_The_Food14-Jun-06 4:41 
AnswerRe: How do you get XSL to just read any element? Pin
Dustin Metzgar14-Jun-06 4:45
Dustin Metzgar14-Jun-06 4:45 
Questionremove a table with xsl Pin
Yustme14-Jun-06 4:13
Yustme14-Jun-06 4:13 
AnswerRe: remove a table with xsl Pin
Elina Blank14-Jun-06 4:38
sitebuilderElina Blank14-Jun-06 4:38 
GeneralRe: remove a table with xsl Pin
Yustme14-Jun-06 4:41
Yustme14-Jun-06 4:41 
GeneralRe: remove a table with xsl Pin
Elina Blank14-Jun-06 4:53
sitebuilderElina Blank14-Jun-06 4:53 
QuestionHow to validate one file using multiple schemas? Pin
Arve Bjørnerud14-Jun-06 1:58
Arve Bjørnerud14-Jun-06 1:58 
QuestionAlmost there! [modified] Pin
Arve Bjørnerud15-Jun-06 2:54
Arve Bjørnerud15-Jun-06 2:54 
Questionknow the size of DOM Pin
myvisualcplusplus13-Jun-06 19:34
myvisualcplusplus13-Jun-06 19:34 
QuestionDiff functionality for xml Pin
anidarsha13-Jun-06 19:07
anidarsha13-Jun-06 19:07 
QuestionPassing XML Data To SQL Tables Using Classic ASP Pin
rowdykuttan13-Jun-06 7:42
rowdykuttan13-Jun-06 7:42 

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.