Questions tagged [msxsl]
69 questions
0
votes
0 answers
Combining XSLT & msxsl with structs
I've been digging into XSLT more and more these days but this issue has me scratching my head for the past few hours now.
I have the following XSLT script, it is used within a server environment to receive and help process part of a SOAP envelope.…
user1457922
0
votes
1 answer
generate file using msxsl.exe using csv file
Previously I am using excel file to genrate the .xml file manually by using export from an already open excel file and use the same file .xml file to genearte the file using msxsl.exe
like
msxsl.exe exported.xml file.xsl -o outputfile
Now I want to…

VickyCool
- 113
- 1
- 12
0
votes
1 answer
"ABC" is not a valid XSLT or XPath function
I am trying to convert this xsl statement,because on windows server 2008 the selectSingleNode is not supported and the if statement I wana writet it in a more supported way on WS2008.
So with the below code I get the following error:
"ABC" is not a…

TMAN-MAN
- 141
- 1
- 2
- 13
0
votes
1 answer
vbScript function returns a value that cannot be converted to an XSL data type
I get the below error when I try to display XML data using XSL. The VBScript Function throws this error:
Function "MyFuctionName" returns a value that cannot be converted to an XSL data type.
What could be the cause.
Snapshot of Code below:
1.XML
…

TMAN-MAN
- 141
- 1
- 2
- 13
0
votes
2 answers
how to replace first tag with
using xslt 1.0
This xsl:apply-templates instruction:
…

Manoj Singh
- 7,569
- 34
- 119
- 198
0
votes
1 answer
MSXSL Error and barely any output
I am trying to transform some HTML files to my own XML-format via XSL.
For this purpose I use HTML Tidy to clean up the input files, then transform them to xhtml with html2xhtml and then use a xsl script with msxsl to transform the xhtml files to my…

phikes
- 565
- 5
- 13
0
votes
1 answer
XSLT Transformation Using msxsl="urn:schemas-microsoft-com:xslt"
I have an XSLT stylesheet with the following header

Rob
- 173
- 1
- 5
- 15
-1
votes
1 answer
BizTalk C# XSLT - Pass Array Of XSLT Values Into C# Function?
Say I have some XML like this:
"2023-04-03T15:13:33.8100000"
Billy
"2023-04-01T15:13:33.8100000"
Bob
…

Kieran Ojakangas
- 495
- 4
- 18
-1
votes
1 answer
Call MSXSL from batch file
I want to create a batch file that loops through a folder containing xml files, then call msxsl to modify them and after modify the xml file, copying to another folder with original filename.
I tried this:
forfiles /p…

Quality
- 1