Click here to Skip to main content
15,900,378 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionAdd text to Tooltip for a XML file Pin
AeJai1-Aug-07 2:56
AeJai1-Aug-07 2:56 
AnswerRe: Add text to Tooltip for a XML file Pin
George L. Jackson4-Aug-07 6:11
George L. Jackson4-Aug-07 6:11 
Questionhow to specify multiple selection criteria in tag? Pin
Rocky#31-Jul-07 19:56
Rocky#31-Jul-07 19:56 
AnswerRe: how to specify multiple selection criteria in tag? Pin
Rocky#31-Jul-07 20:20
Rocky#31-Jul-07 20:20 
QuestionWhat is Wrong with My Code in Pin
Vimalsoft(Pty) Ltd31-Jul-07 4:16
professionalVimalsoft(Pty) Ltd31-Jul-07 4:16 
Questionwhat it is? [modified] Pin
pradeep kumarappagari31-Jul-07 2:06
pradeep kumarappagari31-Jul-07 2:06 
AnswerRe: what it is? Pin
George L. Jackson31-Jul-07 6:43
George L. Jackson31-Jul-07 6:43 
QuestionValidating XML against XSD in MSXML6.0 Pin
Kavita seth31-Jul-07 0:22
Kavita seth31-Jul-07 0:22 
Hi All,

I am facing some problem in validating my xml file against the xsd.

I have used "Complexcontent" to define the type of an attribute in my XML. Incase of MSXML4.0 it is getting validated against the attached code of xsd but the same thing is failing in case of MSXML6.0.

Schema:

< ?xml version="1.0" encoding="UTF-8" standalone="no"?>
< xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
...
...
...
< xsd:complexType name="OEM">
< xsd:complexContent>
< xsd:extension base="INFO-COMPONENT"/>
< /xsd:complexContent>
< /xsd:complexType>
...
...
< xsd:complexType name="INFO-COMPONENT">
< xsd:attribute use="required" type="xsd:ID" name="ID"/>
< xsd:attribute use="optional" type="xsd:string" name="OID"/>
< /xsd:complexType>
...
...
...
< /xsd:schema>


XML:

< ?xml version="1.0" encoding="UTF-8" ?>
< ODX MODEL-VERSION="2.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="odx.xsd">
...
...
< PARENT-REFS>
< INFO-COMPONENT DOCREF="PR_UDS" DOCTYPE="LAYER" ID-REF="PR_UDS" xsi:type="OEM" />
< /PARENT-REFS>
...
...
< /ODX>

Is any body having some solution to this?reply at the earliest its very urgent.Frown | :(

Thanks in advance...

Note: I have intentionally added a space after each "<" to make the code visible in this editor

Kavita seth

AnswerRe: Validating XML against XSD in MSXML6.0 Pin
Stefan Troschuetz31-Jul-07 23:13
Stefan Troschuetz31-Jul-07 23:13 
GeneralRe: Validating XML against XSD in MSXML6.0 Pin
Kavita seth4-Aug-07 4:28
Kavita seth4-Aug-07 4:28 
GeneralRe: Validating XML against XSD in MSXML6.0 Pin
Stefan Troschuetz6-Aug-07 21:53
Stefan Troschuetz6-Aug-07 21:53 
Questionhow to write xml in C#.net Pin
anumadhu29-Jul-07 21:47
anumadhu29-Jul-07 21:47 
AnswerRe: how to write xml in C#.net Pin
Stefan Troschuetz30-Jul-07 1:53
Stefan Troschuetz30-Jul-07 1:53 
QuestionRe: how to write xml in C#.net Pin
anumadhu30-Jul-07 2:04
anumadhu30-Jul-07 2:04 
AnswerRe: how to write xml in C#.net Pin
Stefan Troschuetz30-Jul-07 3:43
Stefan Troschuetz30-Jul-07 3:43 
GeneralRe: how to write xml in C#.net Pin
anumadhu30-Jul-07 21:03
anumadhu30-Jul-07 21:03 
Questionhow to connect xml file to tally Pin
v.surendrakumar29-Jul-07 21:19
v.surendrakumar29-Jul-07 21:19 
QuestionXml WellFormedness error Pin
Abhi Manav29-Jul-07 14:39
Abhi Manav29-Jul-07 14:39 
AnswerRe: Xml WellFormedness error Pin
DavidNohejl29-Jul-07 21:31
DavidNohejl29-Jul-07 21:31 
GeneralRe: Xml WellFormedness error Pin
Abhi Manav30-Jul-07 7:38
Abhi Manav30-Jul-07 7:38 
GeneralRe: Xml WellFormedness error Pin
Stefan Troschuetz30-Jul-07 21:59
Stefan Troschuetz30-Jul-07 21:59 
GeneralRe: Xml WellFormedness error Pin
Abhi Manav31-Jul-07 11:41
Abhi Manav31-Jul-07 11:41 
QuestionIs this possible to create a new XML file based on another XML file using XSL/XSLT? Pin
Rocky#28-Jul-07 1:30
Rocky#28-Jul-07 1:30 
AnswerRe: Is this possible to create a new XML file based on another XML file using XSL/XSLT? Pin
George L. Jackson30-Jul-07 12:27
George L. Jackson30-Jul-07 12:27 
QuestionSharePoint Services 3 Web Parts Pin
MetalSmith27-Jul-07 9:29
MetalSmith27-Jul-07 9:29 

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.