2009-11-28, 12:05:11
Hello,
Just looking around and I'm interested in using the system on my client sites.
My question is this.
Looking at an xml file directly it appears that it takes the typical symbol codes and makes them html codes.
------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<item><pubDate>Fri, 27 Nov 2009 19:30:36 -0600</pubDate><title><![CDATA[About Us]]></title><url><![CDATA[about]]></url><meta><![CDATA[about us page here]]></meta><menu><![CDATA[About Us Page Information]]></menu><menuOrder><![CDATA[0]]></menuOrder><menuStatus><![CDATA[Y]]></menuStatus><template><![CDATA[template.php]]></template><parent></parent><content><![CDATA[<p>Testing 1 2 3</p>
<p>&nbsp;</p>
<p>Quad Spaced</p>
<p>&nbsp;</p>
<h1>HEADING 1</h1>
<p>
<ul>
<li>HERE</li>
<li>HERE</li>
<li>HERE</li>
<li>HERE</li>
</ul>
<h3>HEADING 3</h3>
<p><ol>
<li>HERE</li>
<li>HERE</li>
<li>HERE</li>
<li>HERE</li>
</ol></p>
</p>]]></content><private></private></item>
--------------------------------------
Is this the correct format I'm looking at?
Why doesn't it use clean code?
Thanks!
Just looking around and I'm interested in using the system on my client sites.
My question is this.
Looking at an xml file directly it appears that it takes the typical symbol codes and makes them html codes.
------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<item><pubDate>Fri, 27 Nov 2009 19:30:36 -0600</pubDate><title><![CDATA[About Us]]></title><url><![CDATA[about]]></url><meta><![CDATA[about us page here]]></meta><menu><![CDATA[About Us Page Information]]></menu><menuOrder><![CDATA[0]]></menuOrder><menuStatus><![CDATA[Y]]></menuStatus><template><![CDATA[template.php]]></template><parent></parent><content><![CDATA[<p>Testing 1 2 3</p>
<p>&nbsp;</p>
<p>Quad Spaced</p>
<p>&nbsp;</p>
<h1>HEADING 1</h1>
<p>
<ul>
<li>HERE</li>
<li>HERE</li>
<li>HERE</li>
<li>HERE</li>
</ul>
<h3>HEADING 3</h3>
<p><ol>
<li>HERE</li>
<li>HERE</li>
<li>HERE</li>
<li>HERE</li>
</ol></p>
</p>]]></content><private></private></item>
--------------------------------------
Is this the correct format I'm looking at?
Why doesn't it use clean code?
Thanks!
Clients always want to be able to change the content of their pages, but they are unwilling to do so.
Have you ever coded in your underwear before?
Have you ever coded in your underwear before?