I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-06-18 02:26:11.394436-07 by ypsilon
Processing instruction with target XML
Hi,

how do I write processing instructions with target XML, e.g. something like:
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?></code>

Method PI complains about target:
 PI ( TARGET, STRING )
  Output a processing instruction, with target TARGET and STRING as the body. Genx will complain if
  STRING contains "?>" or if TARGET is the string "xml" (in any case).

Best,
andreas
Direct Responses: Write a response