Hi,
Can I read several input xml file when transforming with xsl?
I think I can do it with document(), but I haven't found any example of using it.
Can someone please send an example?
Thank...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10327953.htm...
Zones:
XML,
XHTMLDate Answered: 04/27/2000 Rating: 7.4 Views: 0
I am new to XML, so please bear with me. I am trying to use counters on my XSL, but am unable to get it to work correctly. I learn best by example, so if someone could please provide correct XSL ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10341360.htm...
Zones:
XMLDate Answered: 05/20/2000 Rating: 5.8 Views: 0
Hello,
I'm attempting to calculate a value as follows:
<xsl:variable name="fQueryMass" select="key('peptide_querymass', @ID)/../@MASS"/>
<xsl:variable name="fQueryCharge" select="key('pe...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10400796.htm...
Zones:
XMLDate Answered: 06/07/2000 Rating: 7.8 Views: 0
I am currently designing a portal (using java on IBM/SUn/Linux) and I need to understand how sites like CNN manage their content on a large scale....
do they extensively use XML???
I am planning ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10594981.htm...
Zones:
XML,
XHTMLDate Answered: 07/24/2000 Rating: 7.6 Views: 0
Using ASP and instantiating xml on the server to transform xml in html with an XSL stylesheet.
PROBLEM: xml file that is being called is one long document and contains varying amount of child e...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10662381.htm...
Zones:
XMLDate Answered: 09/07/2000 Rating: 4.8 Views: 0
Hi,
I want to include this piece of code into an XSL sheet to enable a pagebreak...
The following goes into the root template...
<HTML>
<HEAD>
<style> div.page { page-break-before: alw...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10665722.htm...
Zones:
XMLDate Answered: 08/02/2000 Rating: 6.0 Views: 0
I am using the id method to get a node referenced by a specific id. In the documentation, it says that this method returns the element or elements referenced by the specified ID. I tried the follow...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10842101.htm...
Zones:
XML,
XHTMLDate Answered: 07/31/2000 Rating: 6.0 Views: 4
Is there an XML function/select statement or equal that generates an unique id each time its called.
<xsl:element name="INPUT">
<xsl:attribute name="name">[GENERATE UNIQUE ID HERE]</xsl:attrib...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_10944841.htm...
Zones:
XML,
XHTMLDate Answered: 08/09/2000 Rating: 7.2 Views: 0
I've created a xml file and and XSL file and I need to view the xml file in my browser (IE5). I get a blank screen!!!
Here's my xml file
<?xml version="1.0"?>
<?xml:stylesheet type="text/xsl...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_11059103.htm...
Zones:
XML,
XHTMLDate Answered: 11/08/2000 Rating: 6.4 Views: 0
My goals are:
1) In the asp page, execute a SQL statement and return the recorset as an XML file to the client ("SELECT ClientId, FirstName, LastName FROM Clients" for example)
2) I would like th...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_11199756.htm...
Zones:
XML,
XHTMLDate Answered: 09/06/2000 Rating: 7.8 Views: 0