Search found 3 matches

by eXentric
Thu Mar 03, 2005 11:09 pm
Forum: XSLT and FOP
Topic: Template Parameters?
Replies: 4
Views: 7334

Thank you george for your reply, that does work for us. I realize that was probably a fundimental lack of understanding on our part of how it's supposed to work outside of the .Net environment.
by eXentric
Wed Mar 02, 2005 7:28 pm
Forum: XSLT and FOP
Topic: Template Parameters?
Replies: 4
Views: 7334

Thank you for your reply Sorin. Let me clearify: We do not call the template directly. As you see, the template matches "/", which is the entire document. The way we get our data transformed is using the .Net framework. Specifically, the XslTransform.Transform method. This method passes th...
by eXentric
Wed Mar 02, 2005 12:36 am
Forum: XSLT and FOP
Topic: Template Parameters?
Replies: 4
Views: 7334

Template Parameters?

We have an XSLT template like this: ... <xsl:template match="/"> <xsl:param name="FromDate"/> <xsl:param name="ToDate"/> ... I have specified the parameter 'FromDate' in both the Configure parameters dialog and in the Transformation scenario editor. It seems like no mat...