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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. elihermans

    <br/> in XML

    I've found the solluction on another forum, and thought it might be usefull here, it's quite simple, if you know it. I's usefull too, when you want to include not-well formed XML (such as javascript) in your page <xsl:value-of disable-output-escaping=&quot;yes&quot; select=&quot;TEXT&quot;/>
  2. elihermans

    Using linking tags?

    The best(and only) to do this is make the elements like this : <xsl:element name=&quot;a&quot;> <xsl:attribute name=&quot;href&quot;> <xsl:value-of select=&quot;url&quot;/> </xsl:attribute> </xsl:element> <xsl:element name=&quot;img&quot;> <xsl:attribute name=&quot;src&quot;>...
  3. elihermans

    &lt;br/&gt; in XML

    Hi, I got a problem with the formatting of my XML-document. I use an Access database and ASP to generate an XML-document, which I format with XSL. I generate <text></text> fields with the memo-field in access. The problem is I can't make a break. When I just press the...

Part and Inventory Search

Back
Top