Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
QuestionClass inheritance and interfaces Pin
Dario Solera13-Dec-06 3:39
Dario Solera13-Dec-06 3:39 
AnswerRe: Class inheritance and interfaces Pin
J4amieC13-Dec-06 3:45
J4amieC13-Dec-06 3:45 
GeneralRe: Class inheritance and interfaces Pin
Dario Solera13-Dec-06 3:52
Dario Solera13-Dec-06 3:52 
QuestionHow to insert listbox[multiselect] data Pin
mohd imran abdul aziz13-Dec-06 3:31
mohd imran abdul aziz13-Dec-06 3:31 
AnswerRe: How to insert listbox[multiselect] data Pin
althamda13-Dec-06 4:25
althamda13-Dec-06 4:25 
GeneralRe: How to insert listbox[multiselect] data Pin
mohd imran abdul aziz13-Dec-06 16:42
mohd imran abdul aziz13-Dec-06 16:42 
GeneralRe: How to insert listbox[multiselect] data Pin
althamda13-Dec-06 22:46
althamda13-Dec-06 22:46 
QuestionProblem with XML Pin
Bob Stanneveld13-Dec-06 3:11
Bob Stanneveld13-Dec-06 3:11 
Hello all!

We are working with a partner to integrate customer systems with eachother through EDI. The partner has a solution with translates XML messages to EDI messages and vice versa. All is going well with the translation from XML to EDI. In fact, if you consider the XML standard, all is going well with the translation from EDI to XML. The problem lies within the XML support of the Microsoft MBS Nav software.

The standard XML allows that the order of the attributes in an element varies with every message. For example:
<xmlelement attrib1="1" attrib2="2">
is considered the same as
<xmlelement attrib2="2" attrib1="1">
as far as the standard is concerned. MBS Nav however cannot handle these situations.

I know that .NET 2.0 has decent XML support. I also know a thing or two about C# and .NET. What I don't know, if there is an easy way to generate a XML file with a predetermined order of elements and attributes. I heard something about xsd schemas, but I have never worked with these things before.

Any pointers into a direction are highly appreciated! Thanks in advance.

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]

AnswerRe: Problem with XML Pin
Not Active13-Dec-06 3:23
mentorNot Active13-Dec-06 3:23 
AnswerRe: Problem with XML Pin
User 665813-Dec-06 3:45
User 665813-Dec-06 3:45 
GeneralRe: Problem with XML Pin
Bob Stanneveld13-Dec-06 4:01
Bob Stanneveld13-Dec-06 4:01 
Generaldate time picker and translations Pin
V.13-Dec-06 2:54
professionalV.13-Dec-06 2:54 
QuestionCustom control and design time Pin
sypack13-Dec-06 2:41
sypack13-Dec-06 2:41 
AnswerRe: Custom control and design time Pin
il_masacratore13-Dec-06 3:30
il_masacratore13-Dec-06 3:30 
GeneralRe: Custom control and design time Pin
sypack14-Dec-06 21:12
sypack14-Dec-06 21:12 
QuestionInteraction b/w two windows services Pin
ratheeshk13-Dec-06 2:24
ratheeshk13-Dec-06 2:24 
QuestionResizing Image Pin
stanly jose13-Dec-06 1:18
stanly jose13-Dec-06 1:18 
AnswerRe: Resizing Image Pin
stancrm13-Dec-06 1:24
stancrm13-Dec-06 1:24 
AnswerRe: Resizing Image Pin
Ilíon15-Dec-06 9:28
Ilíon15-Dec-06 9:28 
Questionsystem tray Pin
justintimberlake13-Dec-06 1:08
justintimberlake13-Dec-06 1:08 
AnswerRe: system tray Pin
Not Active13-Dec-06 2:23
mentorNot Active13-Dec-06 2:23 
GeneralRe: system tray Pin
ednrgc13-Dec-06 3:34
ednrgc13-Dec-06 3:34 
Questionsystem tray for windows services!! Pin
justintimberlake13-Dec-06 0:53
justintimberlake13-Dec-06 0:53 
AnswerRe: system tray for windows services!! Pin
stancrm13-Dec-06 1:40
stancrm13-Dec-06 1:40 
Questionhow to save visual component Pin
puttaraj13-Dec-06 0:48
puttaraj13-Dec-06 0:48 

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.