OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Transforming a schema with XSL

[ Lists Home | Date Index | Thread Index ]
  • To: "Karl Stubsjoen" <karl@excelbus.com>,<xml-dev@lists.xml.org>
  • Subject: RE: [xml-dev] Transforming a schema with XSL
  • From: "Dare Obasanjo" <dareo@microsoft.com>
  • Date: Tue, 9 Apr 2002 16:59:07 -0700
  • Thread-index: AcHgIXq56SzQVuwvR/iwJx0RZDh49gAACDyQ
  • Thread-topic: [xml-dev] Transforming a schema with XSL

Title: Message
Yes this is pssible,Yes it is fairly straightforward and Yes it is fairly easy to explain. Below are links sites that contain good tutorials on XSLT
 
 
--
PITHY WORDS OF WISDOM
A journey of a thousand miles begins with a cash advance.
 
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights reserved.

-----Original Message-----
From: Karl Stubsjoen [mailto:karl@excelbus.com]
Sent: Tuesday, April 09, 2002 4:51 PM
To: xml-dev@lists.xml.org
Subject: [xml-dev] Transforming a schema with XSL

Hello,
I need help transforming a schema (which appears at the top of the XML document).  I also need to transform the XML data itself.  I am looking to "convert" the xml data from one type to another... you do this with XSL correct?
 
I have a little snippet of the schema which needs to be transformed:
 
THIS:
<s:AttributeType name="CSHIP" rs:number="3" rs:write="true">
  <s:datatype dt:type="number" rs:dbtype="numeric" dt:maxLength="19" rs:scale="0" rs:precision="4" rs:fixedlength="true" rs:maybenull="false" />
 
 
NEEDS TO BECOME THIS:
<s:AttributeType name="CSHIP" rs:number="3" rs:nullable="true" rs:maydefer="true" rs:writeunknown="true">
  <s:datatype dt:type="number" rs:dbtype="numeric" dt:maxLength="19" rs:scale="0" rs:precision="4" rs:fixedlength="true" />
 
    Is this possible, fairly straight forward, easy to explain?
 
 
    Thanks for the help.
    Karl




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS