Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Data Integration / May 2007



Tip: Looking for answers? Try searching our database.

XML Format

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rvail - 17 May 2007 15:14 GMT
I can not read my XML into a DataGrid.  I have looked at the TimeSheet tutorial
and have been able to get it to work, but can not make the adjustments to this
file.  I was wondering if there was a problem with XML itself?

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<datapacket>
    <row fname="DON" lname="SMITH" school="WESTFIELD" />
</datapacket>
Sean McMurtrey - 26 May 2007 06:11 GMT
I think you might have better luck using elements instead on attributes. The
data grid looks for arrays.

Try this and use the Data Connection Wizard Extension you can download for
free from the exchange.

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<datapacket>
    <fname>DON</fname>
    <lname>SMITH</lname>
    <school>WESTFIELD</school>
</datapacket>
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.