I'm working on a project where I'm stuck on a shared CF 5 
server. We are receiving a very small XML file through a 
web page form. I thought that rather than messing around 
with an old XML parser I would parse the data myself. The 
XML looks like this and will never be more than one record 
long.

<?xml version="1.0" standalone="yes"?>
<LabelOrders 
xmlns="http://tempuri.org/PrintersSchema.xsd";>
   <Order OrderNumber="123" BCode="11111"  />
</LabelOrders>

If I paste that XML code into a form text feild and submit 
and only attempt to view it on the action page I get the 
following error. "Cannot view XML input using XSL style 
sheet." I suspect there is a style sheet on the shared 
server I have no control over. This kills any parsing 
attempt because it wants to ignore the data.

Two questions.
1) Is there a quick and easy CF 5 XML Parser where I don't 
need to modify the server?
2) Any ideas on how to get past the error above?

Lee Surma

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:208537
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