Hi Guys,
Hope you had and are having good break.

I have content query web part with lots of html and some dynamic values
coming from the roll-up pages.

If I just write the html in xsl, some junk is getting added to it, and if I
wrap it in <xsl:text> than it does not change my markup which is ideal.

 I have many dynamic values, so do I have keep on writing like below.. or
is there a better way



  <xsl:text disable-output-escaping="yes"><![CDATA[
                <div class="section-mobile-logo visible-xs">
 <img class="section-mobile-logo-img img-responsive"
 
]]></xsl:text>src="{substring-before(substring-after(@ProductExpandEmblem1,'src=&quot;'),
'&quot;')}"
  <xsl:text disable-output-escaping="yes"><![CDATA[ alt="" width="100"/>
                </div>
]]></xsl:text>

I havent started on it, but its a very long page with lots of markup and
client wants to use CQWP only.
_______________________________________________
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Reply via email to