Jump to content

gantait

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by gantait

  1. suppose here i'm getting my attribute value...<xsl:if test="local-name() = 'TriggerText'"> <tr height="22"><td class="nodeprop"> <xsl:value-of select="name()"/> </td><td class="nodevalue"> <xsl:value-of select="."/> </td></tr> </xsl:if>here i'm getting one attribute value like this......&#10;-- 12.08.97 K.Wörn - Neue Felder aufgenommen Tarifart, Bewertungsstichtag&#10;-- 16.12.02 T. Loeken - CHR 7614: TrgPreUpdate TAR, Verknüpfung korrigiert&#10;-- 10.01.03 T. Loeken - CHR 7402: Vertikale Ausrichtung der now i need to split it when ever i will get &#10;..so for that i need to store the value first then i have to split and display...but with the 'substring-before' and 'substring-after' i can only split the value in two part..may be..do i have to do a recursion..could u pls tell me how to store the value and how to do recursion...with the syntax those r very new to me...thnx
  2. My xml structure is like that<?xml version="1.0" encoding="UTF-8" ?> - <Module version="90020900" xmlns="http://xmlns.oracle.com/Forms">for that namespace URI my xpath is not working mens in xslt i'm giving one xpression to get some node value ....but in xml if xmlns="http://xmlns.oracle.com/Forms" is there it is not working..if i delete that xslt woking fine....how to handle this case in my xslt...pls give me the syntax..i'm new to it...this is my xslt structure...<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet version="2.0"xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:forms="http://xmlns.oracle.com/Forms"><xsl:template match="/"> <html>........................
×
×
  • Create New...