XML to XSL
i strugling output xml document in xsl format.
my xml document created in function, , have function takes xml , transform xsl document... wrong somewhere output xsl not happening.
my question is, how transform xml document xsl. outputs both created on fly, function returns xml using create xsl , saved in cfsavecontent , output html. no files saved drive
can clarify mean? xsl file intrinsically xml, question "ambiguous" if don't show before , after of requirement, code you've been working on try effect solution.
are perhaps meaning you're trying use xsl transform xml [whatever xsl defines transformation be]? again, without getting better idea of inputs , outputs, it's difficult say.
the basic form of performing xsl transformation in cf is:
result = smltransform(anxmldoc, anxsldoc);
it doesn't matter if xml or xsl strings containing xml / xsl, file paths contain them, or else returns either of those.
--
adam
More discussions in ColdFusion
adobe
Comments
Post a Comment