I have an attribute which is 1, 2, 3 or 4. It represents the heading tags of HTML (H1, H2, H3 and H4).
I wany to enclose the paragraph template below with the relevany <H?> tags. Any ideas how I can do this?
<xsl:template match="section" >
<xsl:variable...
My XML contains like:
<A HREF="nextpage.asp?thispagename=CONSULTANCY 1&&thispagenumber=2" class="link" target="right">
Planning for package acquisition</A>
It says it is not well formed. It expects a ; before the =2
Any ideas
I want to store a lump of XHTML within an XML element. The code is based on the case study in 'Professional XSL' published by WROX. (Excellant book by the way for those already into programming).
To avoid declaring XHTML tags in the schema the html is stuffed in one element <htmlcode>.
The...
Can anyone tell me why my variable is undefined. The element certainly has a value which appears in the text box.
<xsl:for-each select="@addrnumber">
<input type="text" size="8"> <xsl:attribute name="value"> <xsl:value-of select="."...
I am using IIs with ASP and XML/XSL.
The following page works but takes 30 seconds. It takes the same time upon first load as when it calls itself. However the XML/XSL transition takes 3 seconds when run using IIS/IE6 or the SAXON XML parser.
<%@ Language=JScript %>
<html>
<head>
<link...
Can anyone help? My code is:
xNode.setAttribute("select","company[$any$ contains(.//surname,'" + strconame + "')]");
Without the $any$ this compatres the first found element ignoring the rest. This is what I expected. I copied the above syntax but it does not work.
While XSL offers powerful query facility whenb considering what exists it only allows equals (for strings) regarding content. (e.g. name="smith".
But what about name = "sm*th" or postcode = "RG*"
Is XQL implemented anywhere? When will IIS/IE offer this?
To...
Using Windows2000 I transferred my Access97 db, set up a DSN and my ASP pages worked fine in read only mode - so far so good.
I migrated my db to Access2000, created a DSN but my ASP pages give the following error:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC...
I have recently installed Windows2000 with Access2000. I have created DSNs for my database in the old Access97 format and the new Access2000 format.
The Access97 works fine but is read only (no probs). However the Access2000 db gives the following error relating to the connect
Error Type...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.