Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~140 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ignitrix

I'm using Flash 8 Pro to parse a Microsoft Excel file saved as XML. Excel 2002 had only the standard XML Declaration line: [PHP]<?xml version="1.0"?> <Workbook ...>...</Workbook>[/PHP] However, Excel 2003 now has two XML Declaration lines: [PHP]<?xml version="1.0"?> <?mso-application progid="Excel.Sheet"?> <Workbook ...><...</Workbook>[/PHP] Everything works fine if I delete the 2nd …

Member Avatar for peter_budo
0
140