Advertisement

1 - 10 of 1155 containing alltags:("xsl") (0.001 seconds)
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...
Zones: XML, XHTMLDate Answered: 04/27/2000 Grade: B 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 ...
Zones: XMLDate Answered: 05/20/2000 Grade: A 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...
Zones: XMLDate Answered: 06/07/2000 Grade: A 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 ...
Zones: XML, XHTMLDate Answered: 07/24/2000 Grade: A 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...
Zones: XMLDate Answered: 09/07/2000 Grade: A 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...
Zones: XMLDate Answered: 08/02/2000 Grade: B 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...
Zones: XML, XHTMLDate Answered: 07/31/2000 Grade: B Views: 0
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...
Zones: XML, XHTMLDate Answered: 08/09/2000 Grade: B 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...
Zones: XML, XHTMLDate Answered: 11/08/2000 Grade: B 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...
Zones: XML, XHTMLDate Answered: 09/06/2000 Grade: A Views: 0