Skip to content

Commit

Permalink
Update binary, README
Browse files Browse the repository at this point in the history
  • Loading branch information
gnewton committed Sep 2, 2014
1 parent 7c0b6f2 commit 53234c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified chidley
Binary file not shown.
4 changes: 2 additions & 2 deletions xml/amazon_api.xml
Expand Up @@ -3,7 +3,7 @@
Original XML at: http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/GetDistribution.html
Corrected as indicated in: https://groups.google.com/d/msg/golang-nuts/IzlH_ZLWC4A/uU2hNH_4idMJ
-->
<Distribution xmlns="http://cloudfront.amazonaws.com/doc/2014-05-31/">
<Distribution xmlns="http://cloudfront.amazonaws.com/doc/2014-05-31/" xmlns:bp="http://www.biopax.org/release/biopax-level3.owl#">
<Id>ID for the distribution</Id>
<Status>Deployed | InProgress</Status>
<LastModifiedTime>creation date and time in
Expand Down Expand Up @@ -221,7 +221,7 @@
<Prefix>prefix for log filenames</Prefix>
</Logging>
<ViewerCertificate>
<IAMCertificateId>IAM certificate ID</IAMCertificateId> |
<IAMCertificateId>IAM certificate ID</IAMCertificateId>
<CloudFrontDefaultCertificate>true</CloudFrontDefaultCertificate>
<SSLSupportMethod>vip | sni-only</SSLSupportMethod>
</ViewerCertificate>
Expand Down
2 changes: 1 addition & 1 deletion xml/test1.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<docs>
<docs language="eng">
<doc type="book">
<title>Dune</title>
<author>
Expand Down
4 changes: 2 additions & 2 deletions xml/test3b.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<docs
<docs xmlns="http://test.org/88"
xmlns:p1="http://test.org/1"
xmlns:p2="http://test.org/2"
>
<doc p2:type="x" type="y" >number two</doc>
<doc p2:type="x" type="y" >number two</doc>

</docs>

0 comments on commit 53234c9

Please sign in to comment.