Jump to content

Search the Community

Showing results for tags 'sub-strings'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 1 result

  1. Hello, i have a question and hope some on can help me :-) . I have 2 XML files and 1 XSL Transformation. I will show you an example. First one is empty and i want to fill it: <Cars> <vehicle1> <text></text> <attribute> <attributeOne atr1="no"></attributeOne> <attributeOne atr1="no"></attributeOne> </attribute> </vehicle1> <vehicle2> <text></text> <attribute> <attributeOne atr1="no"></attributeOne> <attributeOne atr1="no"></attributeOne> </attribute> </vehicle2></Cars> Second one is an export from a Programm with the information i need: <Information> <vehicle1 information="Corvette 1,2"></vehicle1111> <vehicle2 information="Opel 1 Cadett"></vehicle1111></Information> now i want to fill the xml file 1 with the information. Normally i can use xsl:value-of select=".." But The Problem is with the Information information="Opel 1 Cadett"The output in the first fiel should be<text>Opel Cadett</text><attribute> <attributeOne atr1="yes"></attributeOne> <attributeOne atr1="no"></attributeOne></attribute> I tired to use sub-string but nothing worked
×
×
  • Create New...