Ian,

Is the XMLTransform() throwing the "content in prolog" error or is the
XMLParse()?

It looks like your output from the XMLTransform() might not be valid
XML and hence would throw an error in XMLParse().

Jon

On 8/30/06, Ian Skinner <[EMAIL PROTECTED]> wrote:
> Can anybody point out where I have content in a prolog?
>
> <cfsavecontent variable="articleXSL">
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
> version="1.0">
>         <xsl:output method="text"/>
>
>         <xsl:template match="/">
>                         <xsl:for-each select="articles/child::*">
>                                 <xsl:value-of select="@id" />,
>                         </xsl:for-each>0
>         </xsl:template>
>
> </xsl:stylesheet>
> </cfsavecontent>
>
> That is used in this line.
> <cfset tempXML = xmlParse(xmlTransform(session.xmlobj,articleXSL))>
>
>
> --------------
> Ian Skinner
> Web Programmer
> BloodSource
> www.BloodSource.org
> Sacramento, CA
>
> ---------
> | 1 |   |
> ---------  Binary Soduko
> |   |   |
> ---------
>
> "C code. C code run. Run code run. Please!"
> - Cynthia Dunning
>
> Confidentiality Notice:  This message including any
> attachments is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. If you are not the
> intended recipient, please contact the sender and
> delete any copies of this message.
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251536
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to