Sign Up
Search
Options
search
Chat
Help
News
Log in
Not Logged in
Home
»
Boards
»
Stylus Studio Developer Network
»
XSLT Help and Discussion
»
Problems with read only input textbox
Topic
Topic Page
1
2
3
4
5
6
7
8
9
Prev Topic
Next Topic
next
Subject:
Problems with read only input textbox
Author:
Aiman Ashraf
Date:
04 Sep 2005 05:11 PM
Hi
I am using .NET's xslTransform class for loading an xsl file:
xslTransform.Load("myXsl.xsl")
This works fine if I have this in my xsl:
<INPUT style="POSITION: relative; HEIGHT: 25px" type="text" size="22" value="{Value}"></INPUT>
but fails to load the file if I have this:
<INPUT style="POSITION: relative; HEIGHT: 25px" readonly type="text" size="22" value="{Value}"></INPUT>
This is the error I get:
"This is an unexpected token. The expected token is 'EQUALS'"
How can I display a read only textbox?
Any help wud be superAppreciated.
Aiman
top
Subject:
Problems with read only input textbox
Author:
Ivan Pedruzzi
Date:
05 Sep 2005 03:35 PM
This is not valid XML. Replace it with the following
<INPUT style="POSITION: relative; HEIGHT: 25px" readonly="" type="text" size="22" value="{Value}"></INPUT>
Hope this helps
Ivan Pedruzzi
Stylus Studio Team
Topic Page
1
2
3
4
5
6
7
8
9
Prev Topic
Next Topic
Powered by
Stylus Studio
, the world's leading
XML IDE
for
XML
,
XSLT
,
XQuery
,
XML Schema
,
DTD
,
XPath
,
WSDL
,
XHTML
,
SQL/XML
, and
XML Mapping
!
Go to Conference:
Select Conference
Stylus Studio Feature Requests
Stylus Studio Technical Forum
Website Feedback
XSLT Help and Discussion
XQuery Help and Discussion
Stylus Studio FAQs
Stylus Studio Code Samples & Utilities
Stylus Studio Announcements
go
Log In Options
Username:
Password:
Site Map
|
Privacy Policy
|
Terms of Use
|
Trademarks
Stylus Scoop XML Newsletter:
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.