RE: [xsl] XSLT Help is needed

Subject: RE: [xsl] XSLT Help is needed
From: "AYYALA, PAVITHRAN" <pavithran.ayyala@xxxxxx>
Date: Thu, 14 Oct 2004 17:58:35 +0530
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@xxxxxxxxx]
> Sent: Thursday, October 14, 2004 17:38
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> 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
> ______________________________________________________________
> __________

Current Thread