Add my vote to XML!
Today I kind-of form my XMLs with cfml, but I parse my attachments with Java
CFXs in Xerces.
How about something like this:
<CFXML SOURCE="<?Xml ... ?>..." OUTPUTVAR="DOMRootVarName">
<CFXML SOURCEVAR="DOMRootVarName" OUTPUT="XMLVarName">
<CFXSL SOURCE="<?Xml ... ?>..." TEMPLATE="something.xsl"
DEST="NewXMLVarName">
It would be nice if source can be inline AND referenced (i.e. filenames, and
URLS) the same for TEMPLATE in the XSL.
Of course you may need to extend the expressions a little, to be able to
support the whole DOM. Like Root.element[3].sub[2] etc.
I hope is worth at least 2 cents, but I hope for 4 cents.
- Jaime
> -----Original Message-----
> From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 26, 2000 1:55 AM
> To: CF-Talk
> Subject: RE: CF 5 Bug Vote
>
>
> > I submitted Two Product Enhancements to Allaire:
> >
> > #19879 - An Enhancement to the CFX API that would allow a CFX tag to
> > populate Structures. This is very useful, and I have heard
> interest from
> > other Developers of this. It seams to me that it was just overlooked in
> > Version 4 when Structures were introduced. Many developers have been
> > writing CFX tags that return WDDX packets to get around this obstacle.
> >
> >
> > #19880 - XML Parsing Tags, or Functions - sure you can do this
> with CFX, =
> > but
> > it=92s really hard to without structure support in the CFX API.
> One way =
> > to do
> > it currently is to use XSL, to convert into WDDX, then from WDDX to
> > structures, that's rather obtuse. Since the CFML engine
> already has an X=
> > ML
> > parser that handles WDDX, I wouldn't=92t think this to be too much of a
> > stretch.
>
> I second XML parsing. Its a must for 5.0
>
> Duane
>
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]