Click here to Skip to main content
15,888,329 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: XML Column in SQL Server 2005 [modified] Pin
Nisha Agrawal28-Sep-09 0:44
Nisha Agrawal28-Sep-09 0:44 
QuestionNamespace Parsing Problem Pin
sdsuzuki24-Sep-09 6:50
sdsuzuki24-Sep-09 6:50 
AnswerRe: Namespace Parsing Problem Pin
Stuart Dootson24-Sep-09 10:12
professionalStuart Dootson24-Sep-09 10:12 
AnswerRe: Namespace Parsing Problem Pin
sdsuzuki24-Sep-09 17:14
sdsuzuki24-Sep-09 17:14 
GeneralRe: Namespace Parsing Problem Pin
Stuart Dootson25-Sep-09 2:40
professionalStuart Dootson25-Sep-09 2:40 
QuestionTools for merging multiple xsd files Pin
cateyes9922-Sep-09 19:03
cateyes9922-Sep-09 19:03 
AnswerRe: Tools for merging multiple xsd files Pin
Stuart Dootson24-Sep-09 10:04
professionalStuart Dootson24-Sep-09 10:04 
GeneralRe: Tools for merging multiple xsd files Pin
cateyes9924-Sep-09 16:38
cateyes9924-Sep-09 16:38 
I don't think this include tag will solve my problem. What I'm facing is that
- Case 1
I've got WSDL which reference multiple xsd files, I use soapUI to generate Web service, but soapUI cannot handle those multiple xsd references because the refrence URLs in all files are still referencing to web sites which are not available, unless I manually hack those URLs to reference local xsd files. But this is tedious, each time I have to do it when WSDL changes. So I need a tools to put all XSD file's content inside the WSDL file. So soapUI will accept it.

- Case 2
I also initially had a big XSD file, but client asked to split a particular path in the main XSD to a seperate XSD file, and removed this from the main XSD then, for example.

the initial Main XSD's struct:
-root node - 1st level node 1 - 2nd level node 1
                              - 2nd level node 2
           - 1st level node 2 - 2nd level node 3
                              - 2nd level node 4
                              - 2nd level node 5

now, after split, it become two xsd files:
-root node - 1st level node 1 - 2nd level node 1
                              - 2nd level node 2
           - 1st level node 2 - 2nd level node 5

-root node - 1st level node 2 - 2nd level node 3
                              - 2nd level node 4

the problem is that I use .net xsd.exe tool to generate classes from those xsd files. After splitting to 2 xsd files which are compensatory, when I use xsd.exe to generate classes again, it will get conflict classes for the root level and 1st level Frown | :(

so I need a tool to merge these XSD files into a single one again for generating classes.

Any ideas? Smile | :)
AnswerRe: Tools for merging multiple xsd files Pin
Member 248888319-Nov-09 0:30
Member 248888319-Nov-09 0:30 
GeneralRe: Tools for merging multiple xsd files Pin
jepskiluv14-Jan-10 17:30
jepskiluv14-Jan-10 17:30 
GeneralRe: Tools for merging multiple xsd files Pin
cateyes9919-Jan-10 15:14
cateyes9919-Jan-10 15:14 
QuestionUse XML code into MS Word 2007 document Pin
Jim Krueger19-Sep-09 6:28
Jim Krueger19-Sep-09 6:28 
QuestionReading into XML section and getting same value again Pin
Gareth H19-Sep-09 0:41
Gareth H19-Sep-09 0:41 
AnswerRe: Reading into XML section and getting same value again Pin
Stuart Dootson19-Sep-09 22:11
professionalStuart Dootson19-Sep-09 22:11 
AnswerRe: Reading into XML section and getting same value again Pin
Lakhan Pal Garg22-Sep-09 19:08
Lakhan Pal Garg22-Sep-09 19:08 
QuestionXSD problem Pin
gantww18-Sep-09 10:09
gantww18-Sep-09 10:09 
AnswerRe: XSD problem Pin
Stuart Dootson19-Sep-09 22:04
professionalStuart Dootson19-Sep-09 22:04 
Questionsending xml document Pin
aamirzada16-Sep-09 18:31
aamirzada16-Sep-09 18:31 
AnswerVoted to remove message Pin
N a v a n e e t h16-Sep-09 18:45
N a v a n e e t h16-Sep-09 18:45 
AnswerRe: sending xml document Pin
Stuart Dootson16-Sep-09 21:28
professionalStuart Dootson16-Sep-09 21:28 
GeneralRe: sending xml document Pin
aamirzada25-Sep-09 18:40
aamirzada25-Sep-09 18:40 
GeneralRe: sending xml document Pin
Stuart Dootson25-Sep-09 19:04
professionalStuart Dootson25-Sep-09 19:04 
QuestionXML Validation using XSD Pin
scrapper15-Sep-09 4:00
scrapper15-Sep-09 4:00 
AnswerRe: XML Validation using XSD Pin
Stuart Dootson15-Sep-09 7:12
professionalStuart Dootson15-Sep-09 7:12 
GeneralRe: XML Validation using XSD Pin
scrapper16-Sep-09 3:32
scrapper16-Sep-09 3:32 

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.