Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vangelh

  1. vangelh

    XML Tab

    Hmmmm, basically you don't. white-space in source documents between tags is usually neglected. To evaluate tabs, you could set the &quot;disable-output-escaping&quot; attribute of your selects to =&quot;yes&quot;. Second, you can always just look for tabs inside your elements... (<xsl:if...
  2. vangelh

    merging 2 xml's to 1 xml via xslt

    Hi, first of all, your xml source & input do not parse. I assume in xml 1 <namedcell name=&quot;linenr&quot;> is an empty element(<namedcell name=&quot;linenr&quot;/>)and in xml 2 the element <orderlines> will be closed after the child element <article>.(<orderlines...
  3. vangelh

    XSLT to HTML for an email element

    Hi, I suppose the endresult should be something like: <p><a href=&quot;mailto:foo@bar.com&quot;>mail mr. foo !!</a></p> you mention an email field. I dont know what this field looks like, but here's a simple way to get your data into html: <xsl:template match=&quot;email&quot;> <xsl:element...

Part and Inventory Search

Back
Top