in html i am sure you can't do that in asp as well unless someone shows how.
Main Topics
Browse All TopicsIs it possible to create a custom tags in ASP? or in HTML at least? if yes how?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
i am working on a localization project for a few country. I would like to localize certain aspect of the web pages by using custom tags. The data that we publish comes from one single source and this same data is displayed to other websites for different countries. There is a page where the editor may input data and it is saved to a global database. Later on the user may access this page from a certain location, the system should convert the data accordig to each country's data.
I display the data by writing the data (response.write strreport) on the HTML page
Ex. the editor writes a report on one page : " The time in <country> </country> is : "
Each localzed website could simple have their own custom tags to replace the country tag by the name of its country. So the result is "The time in Germany is : xxx". This is just an example.
Business Accounts
Answer for Membership
by: MarinePosted on 2000-06-30 at 08:05:56ID: 3139673
probably not you have to use xml it allows you to do that