I'm running over all textnodes of my DOM and check if the nodeValue contains a certain string. /html/body//text()[contains(.,'test')] This is case sensitive. However, I also want to catch Test, TEST oder TesT. Is that possible with X...
I want to use JavaScript to show my XSLT, but on my server nothing is showing up in the browser. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <script type="text/javascript" src=...
I have the following code that applies a XSLT style Test.Xml.xslTransform = function(xml, xsl) { try { // code for IE if (window.ActiveXObject) { ex = xml.transformNode(xsl); return ex; }...
I have an xml in the following format; <BasePeriod> . . . . <Period> <start> stdate1 </start> <end> endate1 </end> <subperiod> <substart> substart1 </substart> <suben...
I get my html template + json data from xsl translator , it is dynamic , it looks like html code plus some data in stringified json. The question is: in what way i put the json string in html code , so that controller will catch this json data befor...
On here again with another (rather) "small" request. It's related with ones presented through my previous topics over here: XSLT get some calculated node value over next line node's value (part I) XSLT paged display some calculated...
I am having a hard time finding on OSS or commercial web-based (javascript) WYSIWYG* editor that produces XSL:FO. Would I would love to have the editor capable of doing... The user is presented with common text-editor interface, not unlike the edit...
I want to transform HTML nodes from a XHTML page with an XSL stylesheet. here's the function I use: function XSLT(xml,xsl) { var tmpElt = document.createElement("div"); if (window.ActiveXObject){ //Version I...
This is my XML file and If i run the XSLt file i'll get the same output in the same order exactly in Eclipse XSL Transformation. Even if add a new record to my xml file and run the XSL file, the <xsl:value-of select="generate-id(.)"/&g...
I have been tasked with fixing up an old site to make it compatible with modern browsers. There are some 3rd party controls that are giving me some fits though, and I am not going to pay to get the latest versions of these controls. One of these old...
©2020 All rights reserved.