Click here to Skip to main content
16,010,114 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Using ocx in intranet Pin
12-Feb-02 23:02
suss12-Feb-02 23:02 
GeneralNetscape file upload problem Pin
AG12-Feb-02 19:30
AG12-Feb-02 19:30 
GeneralMinimizing the Browser Window Pin
Paul Watson11-Feb-02 23:27
sitebuilderPaul Watson11-Feb-02 23:27 
GeneralRe: Minimizing the Browser Window Pin
Konstantin Vasserman12-Feb-02 18:14
Konstantin Vasserman12-Feb-02 18:14 
GeneralRe: Minimizing the Browser Window Pin
Paul Watson12-Feb-02 20:02
sitebuilderPaul Watson12-Feb-02 20:02 
GeneralRe: Minimizing the Browser Window Pin
Nish Nishant12-Feb-02 18:29
sitebuilderNish Nishant12-Feb-02 18:29 
GeneralASP blocks in XML Pin
Paul Watson11-Feb-02 22:12
sitebuilderPaul Watson11-Feb-02 22:12 
GeneralRe: ASP blocks in XML Pin
Paul Watson11-Feb-02 22:33
sitebuilderPaul Watson11-Feb-02 22:33 
Paul Watson wrote:
So who knows how to put ASP into XML elements without having to use <%?

So sometimes I wonder if I was born stupid, or whether my mother dropped me shortly after birth.

I figured it out and it is far easier than I imagined.

!CDATA is the way

e.g:
<?xml version="1.0"?>
<page>
	<title>BGCMS: Home</title>
	<content><![CDATA[
		<h1>Welcome to BGCMS</h1>
		<p>
			This is a wonderful <b>place!</b> <img src="test.gif"/><br/> make love not war
		</p>
		<p><%=Now()%></p>]]>
	</content>
</page>


!CDATA basically tells the XML parser to totally ignore everything within the !CDATA section. Very handy Smile | :)

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

"The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge

Sonork ID: 100.9903 Stormfront
GeneralSystem.Web.HttpBrowserCapabilities Pin
Wictor Wilén11-Feb-02 21:20
Wictor Wilén11-Feb-02 21:20 
Questionis cold fusion the only way to do a login system? Pin
tbbooher11-Feb-02 9:53
tbbooher11-Feb-02 9:53 
AnswerRe: is cold fusion the only way to do a login system? Pin
Jon Sagara11-Feb-02 10:01
Jon Sagara11-Feb-02 10:01 
GeneralRe: is cold fusion the only way to do a login system? Pin
tbbooher11-Feb-02 12:15
tbbooher11-Feb-02 12:15 
GeneralRe: is cold fusion the only way to do a login system? Pin
Jon Sagara11-Feb-02 13:09
Jon Sagara11-Feb-02 13:09 
GeneralRe: is cold fusion the only way to do a login system? Pin
Philip Patrick14-Feb-02 23:47
professionalPhilip Patrick14-Feb-02 23:47 
AnswerRe: is cold fusion the only way to do a login system? Pin
Paul Watson11-Feb-02 20:58
sitebuilderPaul Watson11-Feb-02 20:58 
QuestionLogin...? Pin
alex.barylski11-Feb-02 5:50
alex.barylski11-Feb-02 5:50 
AnswerRe: Login...? Pin
Nish Nishant11-Feb-02 6:39
sitebuilderNish Nishant11-Feb-02 6:39 
GeneralRe: Login...? Pin
alex.barylski11-Feb-02 16:20
alex.barylski11-Feb-02 16:20 
GeneralRe: Login...? Pin
Jon Sagara11-Feb-02 16:26
Jon Sagara11-Feb-02 16:26 
AnswerRe: Login...? Pin
Paul Watson11-Feb-02 21:11
sitebuilderPaul Watson11-Feb-02 21:11 
GeneralGetting ASP to process a page twice Pin
Paul Watson10-Feb-02 23:13
sitebuilderPaul Watson10-Feb-02 23:13 
GeneralRe: Getting ASP to process a page twice Pin
Nish Nishant11-Feb-02 0:02
sitebuilderNish Nishant11-Feb-02 0:02 
GeneralRe: Getting ASP to process a page twice Pin
Paul Watson11-Feb-02 20:50
sitebuilderPaul Watson11-Feb-02 20:50 
GeneralRe: Getting ASP to process a page twice Pin
Konstantin Vasserman11-Feb-02 14:04
Konstantin Vasserman11-Feb-02 14:04 
GeneralRe: Getting ASP to process a page twice Pin
Paul Watson11-Feb-02 20:52
sitebuilderPaul Watson11-Feb-02 20:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.