I'm not even sure if this is possible but i want to be able to create some variables from an XML file and use them in an ASP page.
I can use an asp variable easy enough in an XSL sheet but is it possible to then create variables in the XSL and then output them?
I keep getting this problem!
When a page has the doctype below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Then some of the css or the general display is wrong.
If i put...
I keep getting this problem!
When a page has the doctype below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Then some of the css or the general display is wrong.
If i put...
Im new to xml.xsl and I'm having a problem getting an xsl fragment page to validate to XHTML 1.0. I keep getting the error:
end tag for "img" omitted, but OMITTAG NO was specified
basically the xsl sheet reformats the output for images and removes the end />.
original:
<img src="spacer.gif"...
Im new to xml/xsl and i wanted to know if is posible to filter a for each query on more than one field like SQL using AND/OR values.
ie: in SQL you could write:
WHERE Country = 'France' AND Price > 30
but in xsl i cant see how to do a similar thing:
<xsl:for-each...
I'm quite new to asp.net but very experienced with standard asp.
The problem I’m having is being once I’ve created a datagrid I need to be able to format the html depending on the data.
ie: if the column "Activated" = True then the table row bgcolor would be blue
This was very easy to do in...
I'm quite new to vb.net but very experienced with standard asp.
The problem I’m having is being once I’ve created a datagrid I need to be able to format the html depending on the data.
ie: if the column "Activated" = True then the table row bgcolor would be blue
This was very easy to do in...
I've got a style sheet but i haven't found a way to apply styles to the <TR> tags by only applying a style to the <table> tag.
Im using a text editor which you can attach xml styles to various elements when there clicked on, ie: images, <hr> etc...
the problem is you can only click on the...
Is it possible to apply an xml style to more than one element at a time.
basically i want to change the attibutes of the <TABLE> tag and the <TR> tag at the same time as below.
<Style name="Table Style" element="table">
<Attribute name="cellspacing" value="0" />
<Attribute...
I have a table with uploaded files such as images in it.
I have another table that has an ntext field with content in it which may or may not include some of the image files.
What i want to do is create a query that lists all the uploaded files and counts how many times each file is used...
Is it possible to email an attachment without first uploading the file.
ie: a user browsing for a file on their computer and clicking send and that file automatically being sent to whoever?
i know it can be done by uploading the file first but there are virus issues that id like to avoid.
I’m having a problem which I’m not sure is even achievable.
I’ve created a search results page that works normally i.e.:
strSearch = Request.Form(“search”)
SELECT * FROM Table1 WHERE Field1 LIKE ‘%strSearch%’
Say the form variable is ‘Dog’
What I want to achieve is to count the number of...
I’m having a problem which I’m not sure is even achievable.
I’ve created a search results page that works normally i.e.:
strSearch = Request.Form(“search”)
SELECT * FROM Table1 WHERE Field1 LIKE ‘%strSearch%’
Say the form variable is ‘Dog’
What I want to achieve is to count the number...
I’m having a problem which I’m not sure is even achievable.
I’ve created a search results page that works normally i.e.:
strSearch = Request.Form(“search”)
SELECT * FROM Table1 WHERE Field1 LIKE ‘%strSearch%’
Say the form variable is ‘Dog’
What I want to achieve is to count the number of...
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.