This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

stupid newbie question


hey all -

i'm new to the list and XSL so this might seem like a silly question
(and maybe one that's already been asked a dozen times)...

i need to apply a stylesheet that goes in and changes only one tag in
my document.  specifically

	<drawing output="filename.jpg">

needs to become

	<img src="filename.jpg">

like in html.  my stylesheet has one single template that does this,
but when i apply it, ALL of the other tags in the document disappear.
i assume that without a template for a specific tag, my transformer is
mapping the other tags to nothing at all.  is there a simple way
around this?  or do i need to make templates for each and every tag
that transforms them into the result document as what they were in the
source?

thanks in advance for all your help.  and apologies if i'm wasting
everyone's time.

-greg

----------

the poems to come are for you and for me and are not for most people.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]