<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001187" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001187</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/sorting-arrays#comment-1005162</link>
    <description> &lt;blockquote&gt;&lt;p&gt;quote:&amp;lt;table&amp;gt;&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
         &amp;lt;td&amp;gt;&lt;br /&gt;
         Blashdsfkd&lt;br /&gt;
         &amp;lt;/td&amp;gt;&lt;br /&gt;
         &amp;lt;/tr&amp;gt;&lt;br /&gt;
         &amp;lt;tr&amp;gt;&lt;br /&gt;
         &amp;lt;td&amp;gt;&lt;br /&gt;
         dmncvm,vcmcxmd&lt;br /&gt;
         &amp;lt;/td&amp;gt;&lt;br /&gt;
         &amp;lt;/tr&amp;gt;&lt;br /&gt;
         &amp;lt;/table&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;br /&gt;
is in your array?&lt;br /&gt;
well, i&#039;m new with all this, but i&#039;d say you could use regexp:&lt;br /&gt;
s/&amp;lt;table&amp;gt;//g&lt;br /&gt;
&#039;bout 2 things i&#039;m not sure:&lt;br /&gt;
- do i have to escape &amp;lt; and &amp;gt; with \?&lt;br /&gt;
- what about newline? is the above correct or would it be s/&amp;lt;table&amp;gt;\n//g? (or something else?&lt;br /&gt;
as i said, i&#039;m still trying...  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;
 </description>
     <pubDate>Wed, 28 Jun 2000 09:13:00 +0000</pubDate>
 <dc:creator>merlin</dc:creator>
 <guid isPermaLink="false">comment 1005162 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/sorting-arrays#comment-1005161</link>
    <description> &lt;p&gt;This is the problem. I have titles surrounded by table tags. Like...&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;strong&gt;Blashdsfkd&lt;/strong&gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;strong&gt;dmncvm,vcmcxmd&lt;/strong&gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/p&gt;
&lt;p&gt;Now, I want to alphabetize the words in bold, yet the table tags get in the way. I&#039;m curious if there is a way to ignore the table tags and just have it process the bold words.&lt;/p&gt;
&lt;p&gt;------------------&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Jun 2000 22:43:00 +0000</pubDate>
 <dc:creator>Vorm</dc:creator>
 <guid isPermaLink="false">comment 1005161 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/sorting-arrays#comment-1005160</link>
    <description> &lt;p&gt;Try&lt;br /&gt;
@array = sort(@array);&lt;/p&gt;
&lt;p&gt;THat what you wanted?&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.thehungersite.com&quot; class=&quot;bb-url&quot;&gt;click here to help save lives&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.wiredstart.com&quot; class=&quot;bb-url&quot;&gt;http://www.wiredstart.com&lt;/a&gt;  : The Technology Start Page&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Jun 2000 00:58:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1005160 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
