Click here to Skip to main content
15,899,474 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Converting Word ML to XML Pin
Lee Humphries3-Mar-09 23:10
professionalLee Humphries3-Mar-09 23:10 
GeneralRe: Converting Word ML to XML Pin
Tejabhiram3-Mar-09 23:34
Tejabhiram3-Mar-09 23:34 
QuestionXML to JSON using XSLT Pin
Nishanthkumar26-Feb-09 19:29
Nishanthkumar26-Feb-09 19:29 
AnswerRe: XML to JSON using XSLT Pin
Curtis Schlak.27-Feb-09 1:33
Curtis Schlak.27-Feb-09 1:33 
QuestionReading XML Schema and schemas located in Includes Pin
ValAkkapeddi26-Feb-09 12:23
ValAkkapeddi26-Feb-09 12:23 
QuestionXML Read and Write in Java Pin
TJS4u25-Feb-09 18:43
TJS4u25-Feb-09 18:43 
AnswerRe: XML Read and Write in Java Pin
led mike26-Feb-09 4:42
led mike26-Feb-09 4:42 
QuestionXSLT nested list problem [modified] Pin
PeOpLesChAmP25-Feb-09 5:02
PeOpLesChAmP25-Feb-09 5:02 
Hi, I'm new to XSLT and i was hoping someone could point me in the right direction with the problem below...

I have the following XML:

<list level="1">
    <item>1</item>
           <list level="2">
                 <item>1</item>
                 <item>2</item>
                 <item>3</item>
           </list>
     <item>2</item>
</list>

I would like to extract the nested list and insert it between item 1 and 2 of the parent list:

<list level="1">
     <item>1</item>
</list>
<list level="1">
     <item>1</item>
     <item>2</item>
     <item>3</item>
</list>
<list level="1">
     <item>2</item>
</list>

Any suggestions?

modified on Wednesday, February 25, 2009 11:14 AM

AnswerRe: XSLT nested list problem Pin
led mike26-Feb-09 4:44
led mike26-Feb-09 4:44 
QuestionXML Pin
Bedke24-Feb-09 16:26
Bedke24-Feb-09 16:26 
AnswerRe: XML Pin
Calin Tatar26-Feb-09 5:50
Calin Tatar26-Feb-09 5:50 
QuestionHow to convert from html to xml Pin
Tejabhiram22-Feb-09 18:51
Tejabhiram22-Feb-09 18:51 
AnswerRe: How to convert from html to xml Pin
Curtis Schlak.26-Feb-09 15:59
Curtis Schlak.26-Feb-09 15:59 
GeneralRe: How to convert from html to xml Pin
Tejabhiram26-Feb-09 17:49
Tejabhiram26-Feb-09 17:49 
GeneralRe: How to convert from html to xml Pin
Curtis Schlak.27-Feb-09 1:31
Curtis Schlak.27-Feb-09 1:31 
GeneralRe: How to convert from html to xml Pin
Tejabhiram27-Feb-09 2:05
Tejabhiram27-Feb-09 2:05 
GeneralRe: How to convert from html to xml Pin
Curtis Schlak.27-Feb-09 3:43
Curtis Schlak.27-Feb-09 3:43 
GeneralRe: How to convert from html to xml Pin
Tejabhiram1-Mar-09 17:56
Tejabhiram1-Mar-09 17:56 
QuestionError in Transforming Serialized XML from a WCF DataContract to an HTML..Am i missing anything? (new to xslt) Pin
Sree Raj21-Feb-09 5:29
Sree Raj21-Feb-09 5:29 
QuestionRead XML using XmlTextReader Pin
jammmie99921-Feb-09 3:02
professionaljammmie99921-Feb-09 3:02 
AnswerRe: Read XML using XmlTextReader Pin
led mike25-Feb-09 4:37
led mike25-Feb-09 4:37 
QuestionUsing RSS Feeds For a Different Server Pin
Lior Zat20-Feb-09 8:40
Lior Zat20-Feb-09 8:40 
AnswerRe: Using RSS Feeds For a Different Server Pin
Kristian Sixhøj21-Feb-09 5:23
Kristian Sixhøj21-Feb-09 5:23 
GeneralRe: Using RSS Feeds For a Different Server Pin
Lior Zat21-Feb-09 6:35
Lior Zat21-Feb-09 6:35 
GeneralRe: Using RSS Feeds For a Different Server Pin
Kristian Sixhøj21-Feb-09 6:47
Kristian Sixhøj21-Feb-09 6:47 

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.