XML Editor

abc

XML Input sample
<!DOCTYPE html>
<html lang="en">
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX



CTRL + SPACE TO AUTOCOMPLETE
XML Tree Editor
  • html ..
    • @lang:en
    • head ..
      • meta
        • @charset:UTF-8
      • meta
        • @name:viewport
        • @content:width=device-width, initial-scale=1.0
      • titleNew Game Format - Hotly
        • style * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; color: #333; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); min-height: 100vh; } .email-container { max-width: 650px; margin: 20px auto; background-color: #ffffff; border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); overflow: hidden; } .header { background: linear-gradient(0deg, #dfcd4c 0%, #e3d291d9 100%); padding: 40px 30px; text-align: center; position: relative; color: black; } .header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml, '); } .logo { background: black; color: #f3e6a3; padding: 0px 44px; border-radius: 30px; display: inline-block; font-size: 28px; font-weight: bold; font-style: italic; margin-bottom: 25px; box-shadow: 0 8px 20px rgba(139, 69, 19, 0.3); position: relative; z-index: 1; } .header-title { font-size: 36px; font-weight: bold; margin-bottom: 10px; position: relative; z-index: 1; } .header-subtitle { font-size: 18px; opacity: 0.9; position: relative; z-index: 1; } .content { padding: 40px 30px; } .greeting { font-size: 20px; color: #333; margin-bottom: 30px; font-weight: 500; } .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 40px; } .info-card { background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); padding: 25px; border-radius: 15px; border: 1px solid #e9ecef; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); position: relative; overflow: hidden; } .info-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(0deg, #dfcd4c 0%, #e3d291d9 100%); } .card-title { font-size: 18px; font-weight: bold; color: #8B4513; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; } .card-icon { width: 24px; height: 24px; background: linear-gradient(0deg, #dfcd4c 0%, #e3d291d9 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 12px; font-weight: bold; } .card-content { color: #333; font-size: 16px; line-height: 1.6; } .cta-section { background: linear-gradient(0deg, #dfcd4c 0%, #e3d291d9 100%); padding: 40px; border-radius: 20px; text-align: center; margin: 40px 0; color: black; position: relative; overflow: hidden; } .cta-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml, '); } .cta-title { font-size: 28px; font-weight: bold; margin-bottom: 15px; position: relative; z-index: 1; } .cta-description { font-size: 18px; margin-bottom: 30px; opacity: 0.9; position: relative; z-index: 1; } .btn { display: inline-block; padding: 18px 35px; margin: 0 10px 10px 0; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 18px; transition: all 0.3s ease; position: relative; z-index: 1; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .btn-primary { background: black; color: white; } .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(139, 69, 19, 0.3); } .btn-secondary { background-color: transparent; color: #8B4513; border: 2px solid #8B4513; } .btn-secondary:hover { background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%); color: white; transform: translateY(-3px); box-shadow: 0 12px 30px rgba(139, 69, 19, 0.2); } .footer { background-color: #2D2D2D; color: white; padding: 30px 20px; text-align: center; } .footer-logo { font-size: 32px; font-weight: bold; font-style: italic; margin-bottom: 15px; } .footer-text { color: #ccc; font-size: 14px; margin-bottom: 20px; } .social-links { margin-bottom: 20px; } .social-link { display: inline-block; margin: 0 10px; color: #ccc; text-decoration: none; font-size: 14px; } .social-link:hover { color: #f8f9fa; } .unsubscribe { font-size: 12px; color: #999; } .unsubscribe a { color: #ccc; text-decoration: none; } @media (max-width: 600px) { .content { padding: 30px 20px; } .header-title { font-size: 28px; } .btn { display: block; margin: 10px 0; } .cards-grid { grid-template-columns: repeat(1, 1fr); } } .footer-love { margin-top: 8px; font-size: 13px; color: #999; text-align: center; } ..
          • svg ..
            • @xmlns:http://www.w3.org/2000/svg
            • @viewBox:0 0 100 100
            • defs ..
              • pattern ..
                • @id:grid
                • @width:10
                • @height:10
                • @patternUnits:userSpaceOnUse
                • path
                  • @d:M 10 0 L 0 0 0 10
                  • @fill:none
                  • @stroke:rgba(0,0,0,0.1)
                  • @stroke-width:0.5
            • rect
              • @width:100
              • @height:100
              • @fill:url(%23grid)
          • svg ..
            • @xmlns:http://www.w3.org/2000/svg
            • @viewBox:0 0 100 100
            • defs ..
              • pattern ..
                • @id:dots
                • @width:20
                • @height:20
                • @patternUnits:userSpaceOnUse
                • circle
                  • @cx:10
                  • @cy:10
                  • @r:2
                  • @fill:rgba(0,0,0,0.1)
            • rect
              • @width:100
              • @height:100
              • @fill:url(%23dots)
      • body ..
        • div ..
          • @class:email-container
          • div ..
            • @class:header
            • divHotly
              • @class:logo
            • h1🔥 Introducing a Thrilling New Format!
              • @class:header-title
            • pAmp up your gameplay — New twists, fierce competition, ultimate glory!
              • @class:header-subtitle
          • div ..
            • @class:content
            • div Hey , ..
              • @class:greeting
              • strong[Player Name]
              • p We’re turning up the heat! Our latest format is designed for players who crave adrenaline and innovation. ..
                • @style:font-size: 16px; color: #666; margin-bottom: 30px; line-height: 1.6;
                • strong[Game Format Name]
                  • @style:color: #000;
              • p Brand-new mechanics, electrifying pace, and bold challenges await you in this powerful new mode.
                • @style:font-size: 16px; color: #333; margin-bottom: 30px; font-weight: 500;
              • div ..
                • @class:cards-grid
                • div ..
                  • @class:info-card
                  • div Format Overview ..
                    • @class:card-title
                    • div🎮
                      • @class:card-icon
                  • div [Game Format Name] Competitive / Casual / Tactical ..
                    • @class:card-content
                    • strongName:
                      • br
                        • strongStyle:
                      • div ..
                        • @class:info-card
                        • div Game Dynamics ..
                          • @class:card-title
                          • div📜
                            • @class:card-icon
                        • div Fresh rules, exciting power plays, and strategies you've never tried before!
                          • @class:card-content
                      • div ..
                        • @class:info-card
                        • div Duration ..
                          • @class:card-title
                          • div
                            • @class:card-icon
                        • div Every match lasts — perfect for fast-paced fun! ..
                          • @class:card-content
                          • strong[Duration]
                        • div ..
                          • @class:info-card
                          • div What’s New? ..
                            • @class:card-title
                            • div🆕
                              • @class:card-icon
                          • div • Special rules • Unique scoring • New arenas ..
                            • @class:card-content
                            • br
                              • br
                            • div ..
                              • @class:info-card
                              • div Climb the Ranks ..
                                • @class:card-title
                                • div📊
                                  • @class:card-icon
                              • div Rise up on dynamic leaderboards. Bragging rights included.
                                • @class:card-content
                          • div ..
                            • @class:cta-section
                            • h2Will You Rise?
                              • @class:cta-title
                            • p The arena is ready. The format is live. The spotlight is yours. Go conquer the new challenge and make your mark. ..
                              • @class:cta-description
                              • br
                              • aExplore New Format
                                • @href:[Play Now Link]
                                • @class:btn btn-primary
                          • div ..
                            • @class:footer
                            • divHotly
                              • @class:footer-logo
                            • divThanks for being part of the action. Stay sharp, stay fierce!
                              • @class:footer-text
                            • div© 2024 Hotly. All rights reserved.
                              • @class:footer-love
                            • div
                              • @class:social-links
                    Online XML Editor is easy to use to see xml data online. Strat creating your own xml data. XML Editor will help you to resolve error and analyse xml data.

                    What can you do with Online XML Editor ?

                    • It helps to create xml data.
                    • It provide sample xml data for beginners.
                    • It supports XML URL and Upload file and verify XML data.
                    • It helps to save your XML and Share to social sites.

                    Copyright © CodeBeautify 2021 | v9.3
                    Sample URL
                    Title
                    Description
                    Tags

                    By clicking the "Save Online" button you agree to our terms and conditions.

                    Save Functionality Temporarily Disabled

                    Important Notice: The save functionality has been temporarily disabled while we implement enhanced NSFW (Not Safe For Work) content prevention measures.

                    We are currently working on improving our content filtering system to better protect our users from inappropriate content. During this development period, the save feature is unavailable.

                    What you can do:
                    • Use the Download feature to save your content locally
                    • Copy your content to clipboard for temporary storage
                    • Check back soon for the updated save functionality

                    We apologize for any inconvenience and appreciate your patience as we enhance our platform's safety features.