Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User input and animated gifs

Status
Not open for further replies.

RBCC

Technical User
Jun 1, 2003
14
US
What do I need to display a animated gif in XML?

Can You show an example of this?
 
For this one and the other questions: XML is a markup language, not a scripting one. Are you sure you know what you're trying to do?

Cheers,
Dian
 
Iaccomplish this by simply capturing the url within an xml tag and then using this as a href link.

Code:
<xsl:attribute name="href">
  <xsl:value-of select="DocPath"/>
</xsl:attribute>
[code]
 
Yes I pretty well know that XML/XSL is a markup language, but I would like to customize bootmgr.xsl to my liking. With music and to stop the screens and ask the user to go to the next screen or to go ahead and boot the computer. This is to make the xml/xsl code more user friendly!

John
 
It seems to me that bootmgr and osloader are linked somehow, am i right? JOhn
 
<xsl:attribute name="href">
<xsl:value-of select="DocPath"/> <--Do I put the file's directory in here?? Can you show an example of this?
</xsl:attribute>
John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top