xsl-list
[Top] [All Lists]

RE: XSLT Help is needed

2004-10-14 05:28:35
Hi David,
XML will be created by application.Is it possible to create DTD using
MSXML??

Thanx
pavithran


-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk] 
Sent: Thursday, October 14, 2004 17:38
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] XSLT Help is needed


  My objective is to replace &imgURL with
  "http://localhost:7001/WAT/wat/images"; in <img/> tag,given below.
  <img src="&imgURL/viewdocument.gif" width="123" height="20" 
border="0">

  <!ENTITY imgURL "http://localhost:7001/WAT/wat/images"; > 

  How can I do this???

There doesn't appear to be any XSL involvement in this 
question so this is the wrong email list but

If your source is really like that with &imgURL/ with no ; 
then it is not well formed and will generate an error in any 
XML application.

If you add the ; &imgURL;/ then so long as you have the 
definition that you show in the DTD used by your source file 
it is well formed and the replacement will happen 
automatically by the XML parser. You don't need to do anything.

David

______________________________________________________________
__________
This e-mail has been scanned for all viruses by Star. The 
service is powered by MessageLabs. For more information on a 
proactive anti-virus service working around the clock, around 
the globe, visit: http://www.star.net.uk 
______________________________________________________________
__________

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--




<Prev in Thread] Current Thread [Next in Thread>