aspose file tools
The moose likes XML and Related Technologies and the fly likes databinding problem between XML and HTML because of sp.characrers like & Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "databinding problem between XML and HTML because of sp.characrers like &" Watch "databinding problem between XML and HTML because of sp.characrers like &" New topic
Author

databinding problem between XML and HTML because of sp.characrers like &

sathya murthy
Greenhorn

Joined: Jun 27, 2005
Posts: 3
im generating an XML file dynamically from oracle database
from ASP.its working for simple data like numbers,date etc and i could show that data as HTML output.
the problem is, the data itself contains special characters like & as part of the data,which in turn comes to my XML file. so i could not generate HTML output (not well formatted structure)
i couldnt modify the database. what modifications i have to do in my ASP code? i couldnt modify the XML file since it is created dynamically...
thanks in advance..
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: databinding problem between XML and HTML because of sp.characrers like &
 
Similar Threads
SAX Parser with Xalan
Creating GUI lists dynamically
sending xml file from server to client dynamically.
Need Help
Using a servlet to dispatch pages and redirect to other servlets.