Click here to Skip to main content
15,887,246 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Representing arrays of values in an XML file. Pin
led mike17-Jan-08 9:43
led mike17-Jan-08 9:43 
GeneralRe: Representing arrays of values in an XML file. Pin
George L. Jackson17-Jan-08 12:33
George L. Jackson17-Jan-08 12:33 
GeneralRe: Representing arrays of values in an XML file. Pin
led mike17-Jan-08 9:42
led mike17-Jan-08 9:42 
Questionhow to read xml using javascript? Pin
googlejumbo15-Jan-08 0:09
googlejumbo15-Jan-08 0:09 
AnswerRe: how to read xml using javascript? Pin
led mike15-Jan-08 6:24
led mike15-Jan-08 6:24 
GeneralDataGrid: view XML data Pin
aluisdo14-Jan-08 2:47
aluisdo14-Jan-08 2:47 
QuestionHow to filt some items when transform xml to html with xslt? Pin
guiqul16313-Jan-08 19:40
guiqul16313-Jan-08 19:40 
Generalschema Pin
justintimberlake12-Jan-08 17:53
justintimberlake12-Jan-08 17:53 
please help!!
I have a class which has three constructors say
class Person
{

Person(string name, int age, string address)
{
//all these value written to an xml file

}
Person(string name, int age, string address, string emailadress)
{
//all these value written to an xml file


}
Person(string name, DateTime dateOfBirth, bool isalive, DateTime dateofExpire)
{
//all these value written to an xml file
}

}

Now what I need to a make a common xml schema for these constructor value where I can represent these items. Please help!!!




Also I have one more problem in one of attribute of an xml item there is complex datatype say



< property id="status" title="Status" type="Choice" >
< choices>
< choice > Draft </choice>
< choice > Approved </choice>
< choice > Active </choice>
< /choices>
</property>
Where status is attribute of an xml element how can I represent this in an xmlschema

Thanx in advance
GeneralRead and Write an image into Xml Pin
shoukat12-Jan-08 17:21
shoukat12-Jan-08 17:21 
GeneralRe: Read and Write an image into Xml Pin
pmarfleet12-Jan-08 23:28
pmarfleet12-Jan-08 23:28 
GeneralConvert XML from one format to other format (depending on one XSD) Pin
coder_help11-Jan-08 0:07
coder_help11-Jan-08 0:07 
GeneralRe: Convert XML from one format to other format (depending on one XSD) Pin
led mike11-Jan-08 5:54
led mike11-Jan-08 5:54 
QuestionXSL - Transform Element Values to Attribute Name Pin
lisad_tgc10-Jan-08 12:47
lisad_tgc10-Jan-08 12:47 
GeneralRe: XSL - Transform Element Values to Attribute Name Pin
led mike11-Jan-08 5:48
led mike11-Jan-08 5:48 
QuestionCreation of xml-file based on schema? Pin
eroi10-Jan-08 3:53
eroi10-Jan-08 3:53 
GeneralRe: Creation of xml-file based on schema? Pin
led mike11-Jan-08 5:38
led mike11-Jan-08 5:38 
GeneralRe: Creation of xml-file based on schema? Pin
eroi14-Jan-08 3:32
eroi14-Jan-08 3:32 
GeneralRe: Creation of xml-file based on schema? Pin
led mike15-Jan-08 6:00
led mike15-Jan-08 6:00 
GeneralRe: Creation of xml-file based on schema? Pin
eroi17-Jan-08 1:06
eroi17-Jan-08 1:06 
QuestionHelp to incorporate an html code in xslt Pin
Ismailc9-Jan-08 21:01
Ismailc9-Jan-08 21:01 
Generaltransfer file Pin
angels7779-Jan-08 5:18
angels7779-Jan-08 5:18 
GeneralBest approach towards reading specific information from XML file Pin
Krishnaraj Barvathaya B8-Jan-08 22:46
Krishnaraj Barvathaya B8-Jan-08 22:46 
GeneralRe: Best approach towards reading specific information from XML file Pin
led mike9-Jan-08 4:46
led mike9-Jan-08 4:46 
Generalpicture problems in wpf Pin
angels7775-Jan-08 3:43
angels7775-Jan-08 3:43 
GeneralRe: picture problems in wpf Pin
Scott Dorman5-Jan-08 6:15
professionalScott Dorman5-Jan-08 6:15 

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.