This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

html to xml


Hi,

I'm still a novice to XML/XSL and is looking for a
good example of converting an HTML document to XML. 
The HTML to be converted is a logon page with the ff.
similar format:

<HTML>
<HEAD>
<TITLE>LOGON</TITLE>
</HEAD>
<BODY method=post action="logon.asp">
<FORM>
USERID:
<INPUT TYPE=text name="userid" size=30>
PASSWORD:
<INPUT TYPE=password name="password" size=30>
<INPUT TYPE=submit name="logon" value="logon">
<INPUT TYPE=reset name="reset" value="reset">
</FORM>
</BODY>
</HTML>

Thanks in advance,
Jasmin



__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]