Click here to Skip to main content
15,897,704 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionNeed help with XSLT Pin
Alsvha1-Jun-09 22:18
Alsvha1-Jun-09 22:18 
QuestionRe: Need help with XSLT Pin
led mike2-Jun-09 5:34
led mike2-Jun-09 5:34 
AnswerRe: Need help with XSLT Pin
Alsvha2-Jun-09 6:16
Alsvha2-Jun-09 6:16 
GeneralRe: Need help with XSLT [modified] Pin
led mike4-Jun-09 5:11
led mike4-Jun-09 5:11 
AnswerRe: Need help with XSLT Pin
Stuart Dootson4-Jun-09 2:52
professionalStuart Dootson4-Jun-09 2:52 
GeneralRe: Need help with XSLT Pin
led mike4-Jun-09 5:07
led mike4-Jun-09 5:07 
GeneralRe: Need help with XSLT Pin
Alsvha4-Jun-09 5:24
Alsvha4-Jun-09 5:24 
QuestionSchema for a given XML construct Pin
ATM_Guy1-Jun-09 8:28
ATM_Guy1-Jun-09 8:28 
Hi, I'm a bit new to XML schemas and I've run into a scenario that I am unable to discover how to describe in an XML schema. I need to have a shema describe the following two document scenarios (Simplified from my real project)

<root>
      <header>
            header elements here
      </header>
      <detailedinfo>
            detailed information here
      </detailedinfo1>
</root>

<root>
      <header>
            header elements here
      </header>
      <differentinfo>
            different detailed information here
      </differentinfo>
</root>

I actually have several different types of detailed information that I need to be able to optionally have in the XML. I know that I can allow for the different information with a choice, but I can not discover how to get the header information into the schema.

One other thing, the hearer must be optional as well.

Thanks in advance!
Questionxsl - transform an included file in the xml Pin
Agoston Bejo1-Jun-09 5:50
Agoston Bejo1-Jun-09 5:50 
AnswerRe: xsl - transform an included file in the xml Pin
Stuart Dootson4-Jun-09 3:06
professionalStuart Dootson4-Jun-09 3:06 
QuestionASP.NET : Professional Coding With 3-Tier Architecture Pin
Vijay Jadhav, India.31-May-09 20:10
Vijay Jadhav, India.31-May-09 20:10 
QuestionUsing XmlSerializer Pin
Member 540677931-May-09 7:48
Member 540677931-May-09 7:48 
QuestionCalling WriteXml() on a Typed Dataet Pin
Etienne_12330-May-09 23:38
Etienne_12330-May-09 23:38 
QuestionXML question Pin
Etienne_12328-May-09 12:43
Etienne_12328-May-09 12:43 
QuestionTyped DataSet and XML Pin
Etienne_12328-May-09 10:23
Etienne_12328-May-09 10:23 
QuestionRe: Typed DataSet and XML Pin
George L. Jackson1-Jun-09 8:16
George L. Jackson1-Jun-09 8:16 
QuestionConvert an XmlDocument to an XmlDocument using XSL Pin
Russell Jones27-May-09 4:20
Russell Jones27-May-09 4:20 
AnswerRe: Convert an XmlDocument to an XmlDocument using XSL Pin
led mike27-May-09 5:21
led mike27-May-09 5:21 
Questionhow select and update delete data form xml Pin
Suhail Ali26-May-09 13:59
Suhail Ali26-May-09 13:59 
QuestionHELP...Transforming Basic XML Tree Menu to HTML Pin
Salvatore Conti Jr26-May-09 8:19
Salvatore Conti Jr26-May-09 8:19 
AnswerRe: HELP...Transforming Basic XML Tree Menu to HTML Pin
led mike27-May-09 7:36
led mike27-May-09 7:36 
QuestionOutput not obtained Pin
Fadi Yoosuf26-May-09 5:33
Fadi Yoosuf26-May-09 5:33 
AnswerRe: Output not obtained Pin
led mike27-May-09 7:37
led mike27-May-09 7:37 
GeneralRe: Output not obtained Pin
Fadi Yoosuf27-May-09 21:41
Fadi Yoosuf27-May-09 21:41 
GeneralRe: Output not obtained Pin
led mike28-May-09 5:01
led mike28-May-09 5:01 

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.