go to
http://www.aspwebsolution.com/downloads/default.asp
and click on <b><a href="http://www14.brinkster.com/textlinkt/AWS/downloads/fileuploader.zip">Pure ASP Upload</a>
Build web applications faster with a few lines of XML Code using DataML[tm]
http://dataml.net
The character "&" should be replaced with "&"
For more on XML special characters go to:
<a href="http://dataml.net/specification.htm#Special Characters">http://dataml.net/specification.htm#Special Characters</a>
Build web applications faster with a few lines of...
1. Your XML file is not valid. check it:
It should be something like this:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<RESULTS>
<RC>34</RC>
<O>1</O>
<S>5</S>
<SITE I="1"/>
<SITE I="2"/>
<SITE I="3"/>
<SITE I="4"/>
<SITE...
Normally with ADO you should do this:
Set oRs = oConn.Execute(strSQL)
oRS.Save("C:\temp\myfile.xml")
But from what I understand, you want it customized. So you should do it as you did it before but just watch out for "<" and "&" characters as such:
Do While Not...
If all you which to do is just to test your servlets, you can also try using the java servlet runner from sun.
You can download it from http://downloads.com or click here
http://dataml.net/downloads/other/jsdk20-win32.exe Build web applications faster with a few lines of XML Code using...
what exactly do u want 2 cache?
The SQL query or the returned recordset? Build web applications faster with a few lines of XML Code using DataML[tm]
http://dataml.net
a more guaranteed result would be to use the following:
(i.e. if u want 2 copy attributes also)
<xsl:template match="/">
<xsl:apply-templates />
</xsl:template>
<xsl:template match=" / | @* | node()">
<xsl:copy>
<xsl:apply-templates select="@* | node()" />...
Add the extra xml files as variables as such:
<xsl:variable name="file1" select="document('file1.xml')/root"/>
import or include the XSL files using the xsl:import or xsl:include
<xsl:include href="default_templates.xsl"/> Build web applications faster with a few...
What are you talking about?
Are you repeating a question somebody (your boss) asked you?
Anyway,describing fonts, vodoo dolls or rules of engagement are all rules which are achieved based on conditional statements.
My Questions:
1.) What fonts do you want to use? (System vs Custom)
2.) If...
This should work
<xsl:choose>
<xsl:when test="page[readOnly='']">
<!-- turn the page to edit mode -->
</xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="page[readOnly]">
<!-- turn the page to read only -->
</xsl:when>...
The processing instruction must begin with the name of the target
explain your question!
It seems your stylesheet is messed up.
try opening your xml file referencing it to your xsl file using IE 5.5+ and tell me what errors you get.
whichman Build web applications faster with a few lines of...
<xsl:template match="image1">
<xsl:if test=".!=''">
<img src="{.}"/>
</xsl:if>
Build web applications faster with a few lines of XML Code using DataML[tm]
http://dataml.net
Actually there is...DataML (The Data Markup Language) is what we use to run our reporting applications...best of all it is free. http://dataml.net
Build web applications faster with a few lines of XML Code using DataML[tm]
http://dataml.net
Try Xselerator from Marrowsoft
http://www.marrowsoft.com/Products3.htm
Build web applications faster with a few lines of XML Code using DataML[tm]
http://dataml.net
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.