Skip to content

Instantly share code, notes, and snippets.

@aselder
Created May 22, 2012 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aselder/2766020 to your computer and use it in GitHub Desktop.
Save aselder/2766020 to your computer and use it in GitHub Desktop.
XML data for nokogiri race condition
<?xml version="1.0"?>
<ArrayOfTicket xmlns="http://schemas.datacontract.org/2004/07/RazorGator.Contract" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Ticket>
<AvailableBlocks xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:int>7</a:int>
<a:int>5</a:int>
<a:int>4</a:int>
<a:int>3</a:int>
<a:int>2</a:int>
<a:int>1</a:int>
</AvailableBlocks>
<DisplayNotes>GENERAL ADMISSION ONLY!!</DisplayNotes>
<DisplayPrice>52</DisplayPrice>
<Id>mT301STq%2fd7k1Vx7dWFSDG5kfjeYIGQ1</Id>
<Level/>
<PerformanceId>9539663|1</PerformanceId>
<ProcessingFee>13</ProcessingFee>
<Row>GA.</Row>
<Section>GA</Section>
</Ticket>
<Ticket>
<AvailableBlocks xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:int>8</a:int>
<a:int>6</a:int>
<a:int>4</a:int>
<a:int>2</a:int>
</AvailableBlocks>
<DisplayNotes/>
<DisplayPrice>60</DisplayPrice>
<Id>mT301STq%2fd5GVwErAud7UY6kkIbUXMeO</Id>
<Level>GA Floor</Level>
<PerformanceId>9539663|1</PerformanceId>
<ProcessingFee>15</ProcessingFee>
<Row>GA</Row>
<Section>GA FLOOR</Section>
</Ticket>
</ArrayOfTicket>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment