Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. copy entire file with xslt

copy entire file with xslt

Scheduled Pinned Locked Moved XML / XSL
xmlhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ista
    wrote on last edited by
    #1

    i have this I am trying to copy the xml document line for line. But it doesnt show the elements. Just the text within them. I want an exact copy of the file. Can someone please help Nick -------------------------------------------------------- 1 line of code equals many bugs. So don't write any!! My mad coder blog

    L 1 Reply Last reply
    0
    • I Ista

      i have this I am trying to copy the xml document line for line. But it doesnt show the elements. Just the text within them. I want an exact copy of the file. Can someone please help Nick -------------------------------------------------------- 1 line of code equals many bugs. So don't write any!! My mad coder blog

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      <?xml version="1.0" encoding="UTF-8" ?>
      <xsl:stylesheet
          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
          version="1.0">

      <xsl:template match="/">
          <xsl:copy-of select="."/>
      </xsl:template>
          
      </xsl:stylesheet>

      "Alot of the people on this forum are incredibly stupid, thinking that the internet is real"
      Score: 1.0 in the Soap Box

      led mike

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups