What would really be nice if you could use XSLT and CFINCLUDE together.
something like:
<cfinclude template="myBizXml.cfxml" xsl="xml2cfml.xsl">
so that the xsl could be run on the xml before being loaded as CFML
like a regular cfm page. right now all you can do is open the xml, run
the tranformation and then I guess you would have to use evaluate().
(yuk)

On 8/1/05, Andy <[EMAIL PROTECTED]> wrote:
> I am working through a similar set of questions.  I've determined that there
> is value in converting my standard data format into and out of my
> classes/cfc's into XML.  Now I am wondering about the advantages of
> 
> 1.  Creating XSD's for each format
> 2.  Using XSLTs versus CFMX to render
> 
> Besides liking to see a general dialog on the pros and cons of creating XSDs
> and using XSLTs, I am also interested in whether field size limits put into
> the XSD get "automatically" added to the HTML <Input ... Size="> generated
> in an XSLT or whether I need to add code to do so like I would for name and
> value.  If I need to add code, how do I reference XSD info?
> 
> Andy
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213417
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to