I have heard that you cannot use short tags and XML because of the opening
line of an xml document...
<?xml version="1.0"?>
Consider this:
<<?= '?'; ?>xml version="1.0"<? = '?'; ?>>
Problem Solved.
Best Regards,
Jason Garber
IonZoft, Inc.
line of an xml document...
<?xml version="1.0"?>
Consider this:
<<?= '?'; ?>xml version="1.0"<? = '?'; ?>>
Problem Solved.
Best Regards,
Jason Garber
IonZoft, Inc.
Comment