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 gkittelson 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. buzzfuttock

    Xpath expression to extract content from a node but not its child node

    Thanks very much for your help, normalize-space works a treat, it's very much appreciated
  2. buzzfuttock

    Xpath expression to extract content from a node but not its child node

    Basically doing what tsuji has suggested has worked but has caused another problem. Which is that i've lost the ability to convert <br/> tags within my node to new lines. At the top of my file I do a template-match to convert all <br/> tags into new lines <xsl:template match="/DOCUMENT/*/br">...
  3. buzzfuttock

    Xpath expression to extract content from a node but not its child node

    That works, however if i do that my "template match" rules will not apply to that node I'm using template match to replace <br/> tags with actual new lines for a textarea...... e.g. <xsl:template match="DOCUMENT/INTRO/br"> ..... </xsl:template> <xsl:template match="DOCUMENT/INTRO/text()/br">...
  4. buzzfuttock

    Xpath expression to extract content from a node but not its child node

    Hi guys i've got an xml file which is structured like below <intro> <abstract>here's my abstract</abstract> and here is my intro </intro> I want to be able to extract "and here is my intro" from this xml file - without extracting the contents of the abstract node.... Can anyone give me any...

Part and Inventory Search

Back
Top