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]

RE: cdata output and different xslt processors


its for a menu system on InternetExplorer6.  I assumed if I declared the
namespace in the XSLT it would not read it as something to pass through.

>
> Why are you outputting this as text rather than as an element with
>  attributes?????????
>
>    <xsl:text disable-output-escaping="yes">
>
>       &lt;DIV STYLE="position:absolute; padding:5px; background:menu;
>    border:2px outset #cccccc;"&gt;
>
> 	 &lt;myMenu:menu id="Site" onsubmenu_click="doFunction()" &gt;Site
> 	   &lt;myMenu:menu id="mnItem_GenSite"&gt;Generate
>    Site&lt;/myMenu:menu&gt;
> 	    &lt;myMenu:menu id="mnItem_PromoteSite"&gt;Promote
>    Site&lt;/myMenu:menu&gt;
> 	   &lt;myMenu:menu
>    id="mnItem_EditProps_Site"&gt;Properties&lt;/myMenu:menu&gt;
> 	    &lt;myMenu:menu id="mnItem_SiteMap"&gt;View
>    Sitemap&lt;/myMenu:menu&gt;
> 	    &lt;myMenu:menu id="mnItem_New_Site"&gt;Edit Another
>    Site&lt;/myMenu:menu&gt;
> 	 &lt;/myMenu:menu&gt;
>
>    ....snip.....
>
>
> maybe the answer to my question above is in the paragraph below, but
> if so I don't understand. Given that your stylesheet is using the myMenu
> namespace why do you want to avoid declaring it?
>
>    Is there another way I can handle this?  I don't want to declare the
>    namespace for the transformation on the server. I want it to
> be used only on
>    the client.
>
>    thanks for any help/insight,
>    -Rob
>
>
>
> David
>
> _____________________________________________________________________
> This message has been checked for all known viruses by Star Internet
> delivered through the MessageLabs Virus Scanning Service. For further
> information visit http://www.star.net.uk/stats.asp or alternatively call
> Star Internet for details on the Virus Scanning Service.
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]