Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    <root>
        <data>"A", "B&#x2014;C", "D"</data>
    </root>
    
  2. or download this
    <root>
      <data>'A', "B&#x2014;C', 'D"</data>
    </root>
    
  3. or download this
    <root>
      <data>'A', 'B&#x2014;C', 'D'</data>
    </root>