Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Invalid XML TeamSite Templating 4.5
System
It appears TeamSite templating does not produce valid XML. Please look at the attached tpl file for reference. The XML output that gets produced contains 2 carriage returns at the top of the file, this causes the XML to be break. Any Ideas?
Find more posts tagged with
Comments
LooseCannon
Microsofts parser in IE 5.5 doesn't choke on the tpl.
Which transformer/parser are you using?
whatorder.jpg
james1
Instead of this at the beginning of your PT:
<?xml version="1.0" encoding="ISO-8859-1"?>
<iw_pt name="att">
<![CDATA[
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<weekender>
]]>
Eliminate the first few newlines, like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<iw_pt name="att"><![CDATA[<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<weekender>
]]>