hi,
thanx alot for your help, but steel no success.
i guess this works only at IE6.0, i can only see the html output.
my solution was difrent:
the xsl:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" version="1.0">
<xsl:template match="/">...
hi harmmeijer, thanx for the fast reply!!!
i've tried your code but nothing happens....
i think it's because of my IE5.5, anyway this is my code together with your code, maybe i forgot something....
the xml:
<?xml version="1.0" encoding="windows-1255"?>
<?xml-stylesheet...
hi Yaa10,
im trying to view a xml file with xsl and i think i have the opposite problem than you had, i have a large text between xml tags wich looks like this:
<mTitle>hello all you crazy people
how are you doing
</mTitle>
now when i present it i want to keep the line break on the...
hi,
im not sure i understand fully what you need but,
if you need to keep the last record inserted than kepp it on a Session variable when on_start will equal 0.
if you need to retrieve from DB you might wanna use an xml file which will hold the data of the last record id, and communicate...
hi!
the compiler complains that you r calling a non static methods from a static context(function or object....)
i dont see it in the code you supplied but if you show the rest of your code it might be usefull.
raikyng.
hi mali
yes there is also in asp vbscript , javascript and java.
for more information about xml binding with c++ you can find @:http://www.pearsonptg.com/book_detail/0,3771,073571052X,00.html
hi.
im not sure that this is what you need but anyway here some example code in vb that shows loading un saving a file.xml
(this code also comes with some gui components to view the data):
Option Explicit
Private xmlDoc As DOMDocument
Private style As IXMLDOMNode
Private nodesList As...
hi!
the problem with using the submit type that it will submit ur form no matter what ull do or check after its been clicked there for i added a function to ur code and some minor changes on ur html:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">...
hi
here is what you'll need:
1)JDK1.3 (for java develop)
2)tomcat 3.2 or higher (tomcat is the web server on wich ur jsp application will run - and you can use it on ur pc and no apache required).
3)for working with mysql you'll need the vendors driver to work with java
now you are ready to...
hi!
you can insert text nodes between your tags elements.
if u will specify your code language i might be able to provide some example code...
raikyng.
hi!
it looks like you are sending a text file, in order to read a text file you should use a method which read text even if the text is numbers(int) to readInt you should send int.
hope this helps, goodluck!
alon.
hi!!
i put in this document some example that will help you(i hope) to understand the select box.
note that you can change the text inside the box and its value, but adressing to options[0] will get you to the box header rather than its first element.....
<HTML>
<HEAD>
<TITLE></TITLE>...
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.