Click here to Skip to main content
15,885,757 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionXml File Problems Pin
md_refay4-Nov-09 4:19
md_refay4-Nov-09 4:19 
AnswerRe: Xml File Problems Pin
The Man from U.N.C.L.E.11-Nov-09 11:45
The Man from U.N.C.L.E.11-Nov-09 11:45 
QuestionXSD Unique Implementation and XPath Pin
Skippums2-Nov-09 12:33
Skippums2-Nov-09 12:33 
AnswerRe: XSD Unique Implementation and XPath Pin
Christian Graus3-Nov-09 11:27
protectorChristian Graus3-Nov-09 11:27 
AnswerRe: XSD Unique Implementation and XPath Pin
Stuart Dootson3-Nov-09 22:54
professionalStuart Dootson3-Nov-09 22:54 
GeneralRe: XSD Unique Implementation and XPath Pin
Skippums4-Nov-09 2:28
Skippums4-Nov-09 2:28 
GeneralRe: XSD Unique Implementation and XPath Pin
Stuart Dootson4-Nov-09 2:52
professionalStuart Dootson4-Nov-09 2:52 
QuestionSorted xml element while serialising Pin
Soundman32.22-Nov-09 1:28
Soundman32.22-Nov-09 1:28 
I am using c# serialisation to write some xml. For some reason the output is not necessarily written in the order it appears in the code.

How can I order the elements?

For example:
[Serializable]
public class Request
{
  [XmlElement("Type")]
  public string Type
  {
    get;
    set;
  }

  [XmlElement("Id")]
  public int Id
  {
    get;
    set;
  }
}


Would write
<Request>
 <Id>1</Id>
 <Type>Get</Type>
</Request>


(Note this example is very simplified and doesn't actually write it wrongly).
AnswerRe: Sorted xml element while serialising Pin
Soundman32.22-Nov-09 3:58
Soundman32.22-Nov-09 3:58 
Questionattribute centric Pin
Michael A. Klausmeyer1-Nov-09 8:27
Michael A. Klausmeyer1-Nov-09 8:27 
QuestionHow to Password Protect a XML SpreadSheet Pin
ANSHUMAN44429-Oct-09 5:14
ANSHUMAN44429-Oct-09 5:14 
AnswerRe: How to Password Protect a XML SpreadSheet Pin
Christian Graus1-Nov-09 9:30
protectorChristian Graus1-Nov-09 9:30 
QuestionC# XML datagridview delete row Pin
Wheels01227-Oct-09 3:38
Wheels01227-Oct-09 3:38 
QuestionC# Append XML File Pin
Wheels01223-Oct-09 5:42
Wheels01223-Oct-09 5:42 
AnswerRe: C# Append XML File Pin
Christian Graus23-Oct-09 10:35
protectorChristian Graus23-Oct-09 10:35 
GeneralRe: C# Append XML File Pin
Wheels01226-Oct-09 1:24
Wheels01226-Oct-09 1:24 
QuestionIs it possible to call a comand line program from within an Xml File Preprocessor Pin
ONeil Tomlinson23-Oct-09 1:09
ONeil Tomlinson23-Oct-09 1:09 
AnswerRe: Is it possible to call a comand line program from within an Xml File Preprocessor Pin
Christian Graus23-Oct-09 10:44
protectorChristian Graus23-Oct-09 10:44 
QuestionXSL group [modified] Pin
Clas Andersson22-Oct-09 21:26
Clas Andersson22-Oct-09 21:26 
AnswerRe: XSL group Pin
tassilo10-Nov-09 23:02
tassilo10-Nov-09 23:02 
Questionhow to write to xml file! [modified] Pin
live4u19-Oct-09 2:04
live4u19-Oct-09 2:04 
AnswerRe: how to write to xml file! Pin
Christian Graus22-Oct-09 18:30
protectorChristian Graus22-Oct-09 18:30 
QuestionXML-RPC VERSUS JSON-RPC Pin
cyrossis17-Oct-09 2:16
cyrossis17-Oct-09 2:16 
QuestionXML to link to Image location - Word 07 [modified] Pin
Jerry Squires16-Oct-09 2:22
Jerry Squires16-Oct-09 2:22 
QuestionPROBLEM WITH HYPHEN (-) IN XML ELEMENT NODE Pin
dsaikrishna14-Oct-09 21:24
dsaikrishna14-Oct-09 21:24 

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.