If you stuff it into a CDATA section you should be good to go:

<foo><![CDATA[{
      jobSpecification = {
          name = "progress demo 1";
          taskSpecifications = {
              0 = {arguments = ("agent app.pl", "-xgrid", 1, 10);
command = "/usr/bin/perl"; };
          };
      };
}]]></foo>

On May 4, 2007, at 9:46 AM, Andrew Keller wrote:

> Can RB's XML parser parse this?  If not, then what can?
>
> {
>      jobSpecification = {
>          name = "progress demo 1";
>          taskSpecifications = {
>              0 = {arguments = ("agent app.pl", "-xgrid", 1, 10);
> command = "/usr/bin/perl"; };
>          };
>      };
> }
>
> Thanks,
> Andrew Keller
>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to