xslt Questions

3

Solved

here's a tricky one. I have the following XML <test> <testElement SomeAttribute="<otherxml><otherElement>test test</otherElement></otherxml>"> </testEleme...
Carob asked 24/9, 2010 at 17:38

3

Solved

I am using the File Transform V2 task on my release pipeline for my ClickOnce application deployment. -transform **\*.Release.config -xml **\*exe.config.deploy I've never had issues transformin...

5

Solved

Is there a function in XSLT that can takes in a directory path and gives back all the files in it?? I have a xml file now reads like this <filelist> <file>fileA.xml</file> &lt...
Moderate asked 9/3, 2009 at 17:29

3

I'm generating PDF files using Apache FOP 2.1. For this I am trying to set the default language to be English. This is supposed to be verified after the creation of the PDF via Adobe Reader's opt...
Beelzebub asked 18/8, 2016 at 12:0

6

Solved

I am using Apache FOP 1.1(Java) to generate PDF files. It is working fine on windows machine but when I used Ubuntu machine I got this error org.apache.xmlgraphics.image.loader.ImageException: T...
Verdure asked 10/12, 2014 at 12:35

4

Solved

I have this XML file: <Response> <errorCode>error Code</errorCode> <errorMessage>msg</errorMessage> <ResponseParameters> <className> <attribute1&g...
Clari asked 25/2, 2009 at 16:1

11

Solved

Say I have a very simple XML with an empty tag 'B': <Root> <A>foo</A> <B></B> <C>bar</C> </Root> I'm currently using XSLT to remove a few tags,...
Sturgis asked 11/6, 2009 at 8:43

11

Solved

This error, The processing instruction target matching "[xX][mM][lL]" is not allowed occurs whenever I run an XSLT page that begins as follows: <?xml version="1.0" encoding="windows-1256"?...
Monafo asked 10/11, 2013 at 11:25

5

Solved

I have the below radio button. When it is clicked it is not possible to clear the radio button. the code is <td class="Label"> <input class="Label" type="radio" name="reviewoptions_{@id...
Languet asked 3/4, 2013 at 10:12

8

Solved

When attempting to output an empty textarea element, the .NET XSLT processor collapses the element to its short form. Instead of this: <textarea id="blah" name="blah"></textarea> I g...
Exciter asked 16/2, 2009 at 2:7

2

Solved

I have xslt sheet the have include tags for another xslt files, the all files compiled right and error free but when run the following code i got exception var myXslTrans = new XslCompiledTransfo...
Demosthenes asked 7/9, 2015 at 12:41

9

Solved

I got a scenario. Required input and output are JSON. // Input { "OldObject": { "Time": 1351160457922, "Name": "OName", "quantity": 100, "price": 10 } } // Output { "NewObject": { "Time...
Quamash asked 25/10, 2012 at 12:10

25

Solved

Is there an XSLT equivalent for JSON? Something to allow me to do transformations on JSON like XSLT does to XML.
Jadda asked 24/10, 2009 at 13:40

3

Solved

I have following xml. <Name> <First>john</First> <Last>smith</Last> </Name> I want to capitalize first letter and out put in following formate. <FullNa...
Serried asked 8/3, 2012 at 1:5

4

Solved

I am trying to create a WiX installer for a Windows service, and I have read that I need to set the KeyPath to “no” for all my files, with the exception of the .exe in my WiX script. I am currentl...
Fitts asked 7/11, 2011 at 9:40

4

Using WiX Toolset 3.10, and trying to create shortcuts to certain files that have been harvested with the heat.exe utility, as by: "%WIX%\bin\heat.exe" dir SourceDir -nologo -platform x64 ^ -ke ...
Emmerie asked 14/12, 2016 at 10:17

3

Solved

@Solved The two subquestions I have created have been solved (yay for splitting this one up!), so this one is solved. I'll award the check mark to samjudson, since his answer was the closest. For ...
Teuton asked 29/10, 2009 at 7:25

5

Solved

I used my own xlst transformator in java (XSLTTransformator) but transformation is very big and I have got error: Caused by: javax.xml.transform.TransformerConfigurationException: JAXP0801002: the ...
Jori asked 27/5, 2022 at 6:10

6

Solved

I'm customizing a Google Search appliance, which uses XSLT to present results to the user. Our design calls for one of several images to be included randomly on the results page. Is there a way to ...
Shaggy asked 1/3, 2010 at 21:16

5

Solved

Until recently my knowledge of XSLT was enough for my simple, straightforward needs. But a more advanced requirement sent me to reference material when "just trying stuff" didn't work. It was actua...
Dither asked 10/2, 2010 at 16:23

2

The input to my XSL is an XHTML. After applying the XSL the DOCTYPE declaration that was present in the input XHTML gets lost in the output. Do i have an option to copy/retain the DOCTYPE declarati...
Interlocutress asked 20/4, 2010 at 14:59

2

I have an issue viewing an application in IE8+... Specifically, in IE9, when opening developer tools, its seems IE7 Standards is set as Document Mode.. Upon viewing source, i think the issue is wit...
Indecisive asked 10/3, 2014 at 13:35

2

I have a test XML file: <?xml version="1.0" encoding="utf-8"?> <foo> <bar>test</bar> </foo> I am using this XSLT 3 template: <?xml version=&qu...
Jankey asked 27/5, 2023 at 16:46

7

Solved

I need to process XSLT using python, currently I'm using lxml which only support XSLT 1, now I need to process XSLT 2 is there any way to use saxon XSLT processor with python?
Provisory asked 4/4, 2015 at 6:13

5

Solved

I know how to find what I need from XML using XPath. The syntax takes a little getting used to, but it is quite powerful. I'm interested in learning XQuery also, but the SQL like syntax seems awkwa...
Charmion asked 21/11, 2008 at 16:0

© 2022 - 2024 — McMap. All rights reserved.