2013-01-18 54 views
0

球員我有我的xml在一個字符串,我想加載xml到字符串它顯示我的錯誤。我試圖加載我的xml文檔,這是在字符串到xmldocument對象,但它顯示我以下錯誤:無法加載xml到字符串到xmldocument對象

'='字符,十六進制值0x3D,不能包含在名稱中。 10號線,位置27

我的XML是一個字符串變量是這樣的:

<?xml version="1.0" encoding="UTF-8"?> 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
<soapenv:Body> 
<OTA_AirLowFareSearchRQ EchoToken="0" SequenceNmbr="0" TransactionIdentifier="0" AvailableFlightsOnly="" DirectFlightsOnly="" xmlns="http://www.opentravel.org/OTA/2003/05"> 
<POS xmlns="http://www.opentravel.org/OTA/2003/05"> 
<Source AgentSine="" PseudoCityCode="" TerminalID="1"> 
<RequestorID ID="AFFILIATE"/> 
</Source> 
<YatraRequests> 
<YatraRequestDoNotHitCache="false" DoNotCache="false" YatraRequestTypeCode="SMPA" Description="" MidOfficeAgentID="28737" AffiliateID="TRAVELPARTNER" /> 
</YatraRequests> 
</POS> 
<TravelerInfoSummary> 
<AirTravelerAvail> 
<PassengerTypeQuantity Code="ADT" Quantity="1"/> 
<PassengerTypeQuantity Code="CHD" Quantity="2"/> 
<PassengerTypeQuantity Code="INF" Quantity="1"/> 
</AirTravelerAvail> 
</TravelerInfoSummary> 
<SpecificFlightInfo> 
<Airline Code=""/> 
</SpecificFlightInfo> 
<OriginDestinationInformation> 
<DepartureDateTime>30/01/2013</DepartureDateTime> 
<OriginLocation CodeContext="IATA" LocationCode=BLR>BLR</OriginLocation> 
<DestinationLocation CodeContext="IATA" LocationCode=DEL>DEL</DestinationLocation> 
</OriginDestinationInformation> 
<TravelPreferences> 
<VendorPref Code="SG"/> 
<VendorPref Code="DN"/> 
<CabinPref Cabin=Economy/> 
</TravelPreferences> 
</OTA_AirLowFareSearchRQ> 
</soapenv:Body> 
</soapenv:Envelope> 
+0

看起來你'request'和'Do'之間沒有空格:' JLRishe

回答

1

由於錯誤明確狀態,你的XML是無效的:

<YatraRequestDoNotHitCache="false"