Hi Nigel,
Thanks, i was getting extra characters fp-tablecell etc on dev environment
few days back.
It's interesting to know that it works well for you, I will check that
again.

Cheers
Ajay

On Fri, Jan 9, 2015 at 2:51 PM, Nigel Witherdin <nigel_wither...@hotmail.com
> wrote:

> What's the junk that gets added if you have the html outside of the
> xsl:text tags?
>
> I don't think I see any extra stuff in my CQWPs - underneath the div for
> the webpart (class=ms-WPBody) I just see the html defined in my main,
> header and item xsl files
>
> Sent from my iPhone
>
> > On 9 Jan 2015, at 12:17 pm, Ajay <akhanna...@gmail.com> wrote:
> >
> > 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="'),
> '"')}"
> >   <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
> _______________________________________________
> 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
>
_______________________________________________
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