User Profile

Collapse

Profile Sidebar

Collapse
Morag
Morag
Last Activity: Dec 20 '07, 05:45 PM
Joined: Dec 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Morag
    started a topic Searching an XML document with Coldfusion
    in XML

    Searching an XML document with Coldfusion

    I am trying to retrieve data from my xml file into a coldfusion web service, the xml is valid but when the web service attempts to search the xml it throws back an error - An error occured while Parsing an XML document - not the most useful of errors so I am a bit stumped, here is my web service:

    [CODE=VB]<cfcomponent>
    <cffunction name="getDetail s"
    access="remote" ...
    See more | Go to post
    Last edited by Dököll; Dec 28 '07, 02:34 AM. Reason: HTML/VB Code tags

  • An error occured while Parsing an XML document: Content is not allowed in prolog

    I need to retrieve some data from an xml document using a web server, it's not working so I took out everything that was not necessary and put everything back line by line until I hit the problem, I found out which line was causing the problem and so I've created a cfm to test it and it gets the error " Content is not allowed in prolog." Here's the test file:

    Code:
    <cfsilent>
    	<cfset xmlFileAddress = Expandpath("XMLcoursework.xml")>
    ...
    See more | Go to post
No activity results to display
Show More
Working...