Click to See Complete Forum and Search --> : Beginners Question - using <OBJECT> or <img> in XSL?


Konst
October 14th, 2000, 07:03 AM
I'm not good in XML/XSL, so my (may be,stupid) question - is it possible to use img and OBJECT tags in XSL stylesheets? I could'n find any info about this yet. I have to make a choice - should I better use HTML/JAVA or XML/XSL to create a client part of database system (only data representation is required there). But ActiveX DLLs and graphic needed too...

Thanks in advance.

Lothar Haensler
October 18th, 2000, 08:52 AM
>is it possible to use img and OBJECT tags in XSL stylesheets?

It is certainly possible to use either of these tags in an XML stylesheet.

Konst
October 26th, 2000, 04:51 AM
Thank you. I tried to use these tags directly - that's why I had problems witht them. xsl:element works much more better.