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

XML / XSL

 
AnswerRe: XML With C# Pin
vivasaayi7-Jan-10 18:45
vivasaayi7-Jan-10 18:45 
QuestionHow can I generate multiple classes from xsd’s with common includes? Pin
sri_00994-Jan-10 2:46
sri_00994-Jan-10 2:46 
QuestionGenerate Dynamic controls using XSLT Pin
getaccessyr3-Jan-10 22:33
getaccessyr3-Jan-10 22:33 
AnswerRe: Generate Dynamic controls using XSLT Pin
Not Active4-Jan-10 1:19
mentorNot Active4-Jan-10 1:19 
QuestionGetting zero elements with xmldocument.selectnodes Pin
Haim Nachum2-Jan-10 10:55
Haim Nachum2-Jan-10 10:55 
AnswerRe: Getting zero elements with xmldocument.selectnodes Pin
Dexter Legaspi20-Jan-10 16:13
Dexter Legaspi20-Jan-10 16:13 
QuestionHelp with xml within dll file Pin
LeeWhit28-Dec-09 19:36
LeeWhit28-Dec-09 19:36 
Question2 xml used from the same hmtl page Pin
Russell'20-Dec-09 1:04
Russell'20-Dec-09 1:04 
I'm not so expert on xml...

I have 2 xml in 2 different files. (They needs to remain on separate files).
Is there a way to prepare a web page that uses the info from both files?

I found the solution to apply a stylesheet to the first xml to manage the visulization, and I add a code similar to this into the xml to import there also the data from the other file.

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="MyStylesheet.xsl"?>
<!DOCTYPE Document [
<!ENTITY TheOtherXML SYSTEM "File2.xml">
]>
<MyXML>
<

then later I included the other file with a command like:
&TheOtherXML;


...but this way has the problem that works only with IE (not firefox).
Any other way to obtain a similar result?


Russell

QuestionXSL +query string value Pin
sangeethanarayan18-Dec-09 2:26
sangeethanarayan18-Dec-09 2:26 
AnswerRe: XSL +query string value Pin
Brij21-Dec-09 7:38
mentorBrij21-Dec-09 7:38 
QuestionXPATH problem Pin
Rohit16db15-Dec-09 3:23
Rohit16db15-Dec-09 3:23 
AnswerRe: XPATH problem Pin
Stuart Dootson15-Dec-09 11:31
professionalStuart Dootson15-Dec-09 11:31 
QuestionMissunderstanding schema namespaces Pin
FJJCENTU6-Dec-09 2:00
FJJCENTU6-Dec-09 2:00 
AnswerRe: Missunderstanding schema namespaces Pin
Dimitri Witkowski27-Dec-09 0:08
Dimitri Witkowski27-Dec-09 0:08 
QuestionXML ASP to ASP.net with url parameters [modified] Pin
smichael4-Dec-09 15:59
smichael4-Dec-09 15:59 
QuestionCreate HTML with XML including Images and XSL Pin
FJJCENTU4-Dec-09 6:58
FJJCENTU4-Dec-09 6:58 
AnswerRe: Create HTML with XML including Images and XSL Pin
Brij14-Dec-09 7:51
mentorBrij14-Dec-09 7:51 
QuestionA XMLHttpRequest Request: It looked simple enough, now I just want it to work. Pin
Greth30-Nov-09 3:45
Greth30-Nov-09 3:45 
AnswerRe: A XMLHttpRequest Request: It looked simple enough, now I just want it to work. Pin
Stuart Dootson2-Dec-09 22:43
professionalStuart Dootson2-Dec-09 22:43 
GeneralRe: A XMLHttpRequest Request: It looked simple enough, now I just want it to work. Pin
Vindhyachal_Kumar22-Dec-09 4:27
professionalVindhyachal_Kumar22-Dec-09 4:27 
QuestionSpecification for Data Transfer in XML format? Pin
Anuj Chauhan from India29-Nov-09 21:43
Anuj Chauhan from India29-Nov-09 21:43 
AnswerRe: Specification for Data Transfer in XML format? Pin
dan!sh 29-Nov-09 23:15
professional dan!sh 29-Nov-09 23:15 
QuestionStoring XML data into SQL database Pin
KSR8125-Nov-09 8:44
KSR8125-Nov-09 8:44 
AnswerRe: Storing XML data into SQL database Pin
Ashfield26-Nov-09 1:22
Ashfield26-Nov-09 1:22 
QuestionExample modal popup in XSL Pin
Dangermouse50023-Nov-09 23:41
Dangermouse50023-Nov-09 23:41 

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.