Click here to Skip to main content
15,905,508 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: How can i format this XML data into a table? Pin
Dustin Metzgar19-Jul-06 4:53
Dustin Metzgar19-Jul-06 4:53 
Questionsearching algo Pin
biaali18-Jul-06 20:20
biaali18-Jul-06 20:20 
AnswerRe: searching algo Pin
Rizwan Bashir24-Jul-06 3:49
Rizwan Bashir24-Jul-06 3:49 
GeneralRe: searching algo [modified] Pin
biaali25-Jul-06 20:19
biaali25-Jul-06 20:19 
QuestionIS it possible [modified] Pin
biaali18-Jul-06 20:19
biaali18-Jul-06 20:19 
AnswerRe: IS it possible Pin
Dustin Metzgar19-Jul-06 4:54
Dustin Metzgar19-Jul-06 4:54 
QuestionXSD Attrubutes Pin
satsumatable18-Jul-06 18:28
satsumatable18-Jul-06 18:28 
Questionxsd reference to another xsd using extension base [modified] Pin
sun2518-Jul-06 0:34
sun2518-Jul-06 0:34 
Hi Everybody,
If any body has an idea of how to do this.Here i have reference for common.xsd which is present in the same directory. I need to load common.xsd and will create a xml file which will have all teh elements of accountndo and common:IdentifiableNDO.

DEMO CODE :

<complexType name="AccountNDO">
<complexContent>
<extension base="common:IdentifiableNDO">
<sequence>
<element maxOccurs="1" minOccurs="1" name="OpeningDate" nillable="false" type="date"/>
<element maxOccurs="1" minOccurs="1" name="ClosingDate" nillable="false" type="date"/>
</sequence>
</extension>
</complexContent>
</complexType>


Namespace reference : This is included in the top of the file : Can we use it for reference.

<import namespace="http://www.xyz.com/wx/common" schemaLocation="Common.xsd"/>





-- modified at 6:35 Tuesday 18th July, 2006
AnswerRe: xsd reference to another xsd using extension base Pin
sun2527-Jul-06 3:44
sun2527-Jul-06 3:44 
QuestionXML Creation [modified] Pin
satsumatable17-Jul-06 19:57
satsumatable17-Jul-06 19:57 
AnswerRe: XML Creation Pin
led mike17-Jul-06 20:03
led mike17-Jul-06 20:03 
GeneralRe: XML Creation Pin
satsumatable17-Jul-06 20:10
satsumatable17-Jul-06 20:10 
GeneralRe: XML Creation Pin
led mike18-Jul-06 17:45
led mike18-Jul-06 17:45 
GeneralRe: XML Creation Pin
Igor Sukhov19-Jul-06 14:38
Igor Sukhov19-Jul-06 14:38 
GeneralRe: XML Creation Pin
led mike20-Jul-06 4:53
led mike20-Jul-06 4:53 
JokeRe: XML Creation Pin
Dustin Metzgar20-Jul-06 5:27
Dustin Metzgar20-Jul-06 5:27 
GeneralRe: XML Creation Pin
led mike20-Jul-06 5:43
led mike20-Jul-06 5:43 
GeneralRe: XML Creation Pin
led mike20-Jul-06 5:42
led mike20-Jul-06 5:42 
GeneralRe: XML Creation Pin
Igor Sukhov20-Jul-06 14:56
Igor Sukhov20-Jul-06 14:56 
Questionhow to save XML as string(VC++ ) Pin
anguslam17-Jul-06 17:19
anguslam17-Jul-06 17:19 
AnswerRe: how to save XML as string(VC++ ) Pin
led mike17-Jul-06 20:01
led mike17-Jul-06 20:01 
QuestionHow to ignore margin-bottom or margin-top? Pin
Savas Cilve17-Jul-06 5:27
Savas Cilve17-Jul-06 5:27 
QuestionFOP MEMORY Problem Pin
Support12317-Jul-06 1:43
Support12317-Jul-06 1:43 
AnswerRe: FOP MEMORY Problem Pin
Stuart Dootson17-Jul-06 2:08
professionalStuart Dootson17-Jul-06 2:08 
QuestionRe: FOP MEMORY Problem [modified] Pin
Support12317-Jul-06 2:26
Support12317-Jul-06 2:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.