Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: how to remove xmlns:sql attribute?

From: "Doug Kent" <dkent@_-_-_-_-_-_-.------.--.--->
To: NULL
Date: 6/6/2005 1:33:00 PM
I just tried again, using the XSL and XML copy/pasted straight from your 
posting, and got the same result I got before (see below), where the 
"xmlns:sql="urn:schemas-microsoft-
com:mapping-schema"" is being added (which I don't want it to do).

<?xml version="1.0" encoding="IBM437"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:include schemaLocation="BasicTypes.xsd" 
xmlns:sql="urn:schemas-microsoft-
com:mapping-schema">
  </xsd:include>
  <xsd:complexType name="Order_PerDiem_Type" 
xmlns:sql="urn:schemas-microsoft-co
m:mapping-schema">
    <xsd:sequence>
      <xsd:element name="Description" type="VARCHAR_500" nillable="true">
      </xsd:element>
      <xsd:element name="IsOnCall" type="BOOLEAN">
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="Type" type="OrderType" fixed="1">
    </xsd:attribute>
  </xsd:complexType>
  <xsd:element name="Order" type="Order_PerDiem_Type" 
xmlns:sql="urn:schemas-mic
rosoft-com:mapping-schema">
  </xsd:element>
</xsd:schema> 




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent