解決したいこと
PHPで以下エラーを解決したい。
An invalid XML character (Unicode: 0xc) was found
##背景
Ebayに一括出品ツール開発を行っております。
一括出品はオークタウンfor Ebayを利用しています。
投稿する説明文をHTMLで組み立てることができるため、PHP内で固定文言を組み立てました。
それをオークタウンfor Ebayにアップロードすると、以下エラーが表示されました。
5-XML Error Text: "; nested exception is: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0xc) was found in the element content of the document.".
##調べたこと
検索して、以下の回答にたどり着きました。
https://stackoverflow.com/questions/5742543/an-invalid-xml-character-unicode-0xc-was-found
上記ベストアンサーを引用します。
There are a few characters that are dissallowed in XML documents, even when you encapsulate data in CDATA-blocks.
If you generated the document you will need to entity encode it or strip it out. If you have an errorneous document, you should strip away these characters before trying to parse it.
HTML内に無効なXMLがあり、それを取り除く必要があります。
PHPではそれをどのようにしたら実現できるのでしょうか?
##環境
PHP7
コード
「投稿する説明文をHTMLで組み立てることができるため、PHP内で固定文言を組み立てました。」
上記の補足です。
PHPのヒアドキュメントで以下の文字列を作りました。
そして、このHTMLに対して掲題のエラーとなりました。
HTML
1<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"> 2<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300" rel="stylesheet" /> 3<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" /> 4<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" /> 5<style type="text/css">h1,h2,h3{font-family: 'Roboto Condensed', sans-serif;} 6p,ul,li,ol{font-family: 'Open Sans', sans-serif;text-align: left;} 7h1,h2,h3,p,ul,li,ol{color: #333;} 8 9h1{ 10padding-left:1em; 11} 12h2,h3{ 13background: linear-gradient(transparent 70%, #a7d6ff 70%); 14text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); 15font-size:95%; 16padding:0.3em 1em; 17margin:10px 20px; 18margin-top:2em; 19} 20 21h3:before {color: #555;font-size:.8em;margin-right:10px;font-family:"FontAwesome";} 22 23.shiharai h3:before {content:"1ed";} 24.hasso h3:before {content:"0d1";} 25.torihiki h3:before {content:"27b";} 26.tyuui h3:before {content:"071";} 27 28p, .product_dec div{ 29margin-bottom:2em; 30padding:0.5em 2em; 31text-align:left; 32} 33article{ 34max-width:96%; 35} 36 37.dec_img{ 38margin: 0 auto; 39max-width: 90%; 40} 41 42.dec_img img{ 43max-width:100%; 44} 45 46.dec_img img:not(:first-child){ 47display:none; 48} 49@media screen and (min-width: 768px) { 50article{ 51margin:0 auto; 52max-width:65%; 53text-align: center; 54} 55h2,h3{ 56font-size:125%; 57} 58.dec_img img:not(:first-child){ 59display: inherit; 60} 61.dec_img{ 62display:inline-block; 63} 64.dec_img img{ 65max-width:45%; 66margin:5px; 67} 68} 69</style> 70<article> 71 72<h1>Ukiyo-e Utagawa Hiroshige Famous View of Edo 100 Views Suidobashi Surugadai</h1> 73<section class="product_dec"> 74<h2>Description</h2> 75<div typeof="Product" vocab="https://schema.org/"><span property="description"><p> A single carp streamer that is drawn large and bold as if it covers the entire screen. </p><p> This work shines with outstanding compositional power unique to Hiroshige. </p><p></p><p> This is a view of Surugadai seen from the Hongo plateau, depicting the scenery of the day of the festival at noon. </p><p> In a house with a boy under 7 years old, the day was celebrated grandly. </p><p> Fuji clearly appears in the back of the screen, indicating that it is a refreshing day of clear May. </p><p></p><p></p><p>・ About Utagawa Hiroshige </p><p> A total of 55 Tokaido fifty-three figures published by Hoei-do during the Tempo year were a huge hit, and since then they have painted numerous landscape pictures of the Tokaido. </p><p> He left a poem-filled poem in flower and bird painting, and in his last year's work, “One Hundred Famous Views of Edo,” depicting the seasonal Edo landscape with a unique perspective and rich sensibilities. </p><p> The series is also known for being replicated by Van Gogh. </p><p></p><p></p><p>・ About 100 famous places of Edo </p><p> One of the most famous works of Edo famous for its bold composition is the world famous for its impressive masters such as Monet and Van Gogh. </p><p> Divided into four parts, spring, summer, autumn and winter, the series of works depicting the true nature of Edo that is shown in each season shows the deep attachment of Hiroshige to the town of Edo where he was born and raised. </p><p></p><p></p><p>・ Remarks </p><p> Image dimensions 33.7 × 22.0 cm </p><p> Paper Echizen seisou service book </p><p> Explanation Japanese and English </p><p> made in Japan </</span></div> 76</section> 77<aside> 78<div class="shiharai"> 79<h3>Payment</h3>s 80<p>We accept PayPal only. 81We usually ship within 5 business days of receiving cleared payment. 82Our return policy, In the only case of unopened item package. 83We ships from Japan This product. Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility.</p> 84</div> 85 86<div class="hasso"> 87<h3>Shipping</h3> 88 89<p></p> 90</div> 91 92<div class="torihiki"> 93<h3>Terms of Sale</h3> 94 95<p>We guarantee all the displayed items are authentic, and there are no pirated or illegally copied items. 96Please feel reassured.</p> 97</div> 98 99<div class="tyuui"> 100<h3>International Buyers - Please Note:</h3> 101 102<p>Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying.</p> 103</div> 104</aside> 105</article> 106 107<div id="gtx-trans" style="position: absolute; left: 515px; top: -8px;"> 108<div class="gtx-trans-icon"> </div> 109</div> 110
回答1件
あなたの回答
tips
プレビュー