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 derfloh 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 bettyboo1701

  1. bettyboo1701

    XML ERROR!! Pls Help

    Hi, the & is the problem //first: declare output is html <xsl:output method="html" /> //then in between your link statement <xsl:text disable-output-escaping="yes">&#38;</xsl:text> that is & in ascii :-) cu bettyboo
  2. bettyboo1701

    XML ERROR!! Pls Help

    Hi, the & is the problem //first: declare output is html <xsl:output method="html" /> //then in between your link statement <xsl:text disable-output-escaping="yes">&#38;</xsl:text> that is & in ascii :-) cu bettyboo
  3. bettyboo1701

    jdom/xalan changes attribute order

    Hello, hope you can help, we create a web application using xml+jdom+xslt <node attribute1="this" attribute2="that" attribute3="something" attribute4="somethingelse"> how can we tell jdom that it has to keep this order? as it has to create nodes on it's own, it mixes the attributes of the...

Part and Inventory Search

Back
Top