PDA

View Full Version : xml OUTPUT FILE NOT OPENING


ortega
06-29-2006, 10:33 AM
i recieved an xml OUTPUT FILE containing text which when opened gave me this result( it opened by default in IE 7.0)

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

Reference to undeclared namespace prefix: 'SOAP_ENV'. Error processing resource 'file:///C:/Documents and Settings/14491.RA...

<SOAP_ENV:Envelope>

Alex Vincent
06-29-2006, 05:11 PM
We really need more information than that to solve your problem. Any source code you could show us for the XML and XSL?

ortega
06-29-2006, 06:38 PM
here is the code that i found via notepad
its not a proper xml file so it wont open in explorer
there were smilies coming with the word"object" i have ommited o please treat "bject" as "object"

<SOAP_ENV:Envelope>
<SOAP_ENV:Body>
<ixf:bject xsi:type="tns:Connector" id="EQT1">
<tns:Name>EQT1</tns:Name>
<NS1:Product>
<NS1:PartNumber>EQT1</NS1:PartNumber>
</NS1:Product>
</ixf:bject>
<ixf:bject xsi:type="tns:Connector" id="EQT2">
<tns:Name>EQT2</tns:Name>
<NS1:Product>
<NS1:PartNumber>EQT2</NS1:PartNumber>
</NS1:Product>
</ixf:bject>
<ixf:bject xsi:type="tns:Wire" id="0-ABC-1">
<tns:Name>0-ABC-1</tns:Name>
<NS1:Wire>
<NS1:OuterDiameter>0.134</NS1:OuterDiameter>
</NS1:Wire>
</ixf:bject>
<ixf:bject xsi:type="tns:WireLink" id="Link_0-ABC-1_EQT1">
<NS2:link>
<NS2:bject1 href="#0-ABC-1"/>
<NS2:bject2 href="#EQT1"/>
</NS2:link>
</ixf:bject>
<ixf:bject xsi:type="tns:WireLink" id="Link_0-ABC-1_EQT2">
<NS2:link>
<NS2:bject1 href="#0-ABC-1"/>
<NS2:bject2 href="#EQT2"/>
</NS2:link>
</ixf:bject>
</SOAP_ENV:Body>
</SOAP_ENV:Envelope>

thank you