Click here to Skip to main content
15,891,951 members
Home / Discussions / XML / XSL
   

XML / XSL

 
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 
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 
Use the document() function - possibly something like the following might work?

<xsl:template match="info[@file]">
   <xsl:apply-templates select="document(@file)"/>
</xsl:template>


Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

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 
GeneralRe: Output not obtained Pin
Fadi Yoosuf28-May-09 22:56
Fadi Yoosuf28-May-09 22:56 
GeneralRe: Output not obtained Pin
Fadi Yoosuf29-May-09 21:39
Fadi Yoosuf29-May-09 21:39 

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.