Search found 3 matches

by freshbru
Mon Jun 02, 2008 9:14 am
Forum: XSLT and FOP
Topic: XSL and JS- PROGID, createDocument & XSLTProcessor Issue
Replies: 0
Views: 4590

XSL and JS- PROGID, createDocument & XSLTProcessor Issue

Where do I begin... OK, I have a Javascript function that loads a XML document, a XSL document, adds some parameters, does a transformation and creates a HTML document. In IE, everything works PERFECTLY! In Firefox I get the following error: Error: uncaught exception: [Exception... "Component r...
by freshbru
Fri May 23, 2008 8:09 am
Forum: XSLT and FOP
Topic: XSL Help - variable and node-set problem
Replies: 2
Views: 4285

Re: XSL Help - variable and node-set problem

Hi Sorin, Many thanks for your prompt reply :) I have read up on the node-set function and apparently it returns only the 1st node in the list from the specified XPATH which is not what I'm after. I am trying to dynamically create an XPATH at runtime which I have read numerous times on many a forum ...
by freshbru
Wed May 21, 2008 8:51 am
Forum: XSLT and FOP
Topic: XSL Help - variable and node-set problem
Replies: 2
Views: 4285

XSL Help - variable and node-set problem

Please see the code below: <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <xsl:output method="html"/> <xsl:param name=...