Liz
There is a space before the img but when this has gone you get a normal xml collapsing thing.
The display element holds both data and child elements. Presumably you are not using a schema ot dtd?
Myself I hold img's as for example;
<menuitem pagename="HOME"...
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...
An example:
My xml is like:
<e2contacts>
<company>
<coname>ABC Limited<coname>
.
.
<contacts>
<surname>Smith</
.
.
</contacts>
<contacts>
<surname>Brown</
...
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...
Sorry to have troubled one and all. It was a permissions problem. I set ALL to everything and hey presto. Now I need to work backwards to see what the specific was.
Thanks Burns - you were right - permissions and my DSN Problem is solved. Having looked at the directories, in desperation, I set the mdb file to all for everyone. It worked.
In the meantime I tried OLE as follows:
Conn = Server.CreateObject("ADODB.Connection")...
Thanks Burns
I have put the mdbs and code in exactly the same dirs so as the Access97 works I think the permissions are OK. I had a look anyway and cannot see anything wrong.
I have received input saying that the Windows2000 ODBC is not reliable and that OLE-DB is a better route. Any...
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.