Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Liqidhed #1
XSL and XML using XMLDOM
Hello,
Im currently working on a personal web project to sort of make use of the
knowledge that i learned this past semester. Im trying to become as familiar as
I possibly can with XML and so Im using DTDs and XSL.
My question is regarding passing parameters into the XSL from web links. See I
have an XML file containing information about several albums. I have a html
page that creates two MICROSOFT.XMLDOM objects and loads the XML into one and
the XSL into the other, and transforms the XML with the XSL
(document.write(xmlDoc.transformNode(xsltDoc)). As this works now I have three
documents, XML sheet, XSL sheet, and the HTML to apply them (not to mention the
DTD). considering that there are five sections (news, tools, etc) that equals
about ten pages. Is there any way to do this more efficiently?
My second question is a bit more specific. After Ive loaded the list, I want
the user to click an album (an <a href> link) and a be taken to a new page to
display more information about the same album from the XML file. Again this is
done with a XSL file specific for that album and a HTML page (like the one
previously mentioned) for the specific XSL sheet. Is there a way that I can
feed the info about which album is selected into the XSL so that I dont need an
individual XSL page and HTML page for each album?
any help or direction would be greatly appreciated,
thank you,
yianni
Liqidhed Guest
-
ASP Coding Problem, XMLDOM-related (or just language-related!)
Hi, I'm hoping someone can help me with this problem. I'm not sure whether the problem lies with the software or with my understanding of the... -
Consuming WEB Service over XMLHTTP, XMLDOM
Greetings, does anyone have code sample in ASP.NET(VB Script) calling We service that returns XML using XMLHTTP, XMLDOM. I am trying to implement... -
Recordset vs XMLDOM performance
I am in the process of re-writing an .ASP to replace some recordset processing with a DOM object, and performing a transformation to present the... -
Microsoft.XMLDOM
it should still be available - in fact it should be packaged with the install. try progID MSXML.DomDocument -
XMLDOM - Parsing
I'm parsing an XML document using the XMLDOM object in ASP. I am running into a problem with a section formatted like this: <MasterElement>... -
-
Liqidhed #3
Re: XSL and XML using XMLDOM
thanks, i ended up passing the vars through an asp url as if i was passing vars of a form and just requested them through asp and assigned them to vars in javascipt. thanks again
Liqidhed Guest



Reply With Quote

