• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

SVG File to XML conversion code for special characters

Explorer ,
Jul 18, 2017 Jul 18, 2017

Copy link to clipboard

Copied

i need your support for svg file to xml conversion example

enter image description here

THIS IMAGE IS SVG FILE created with group name with auto A/C

NOW xml CODE

<g id="With_auto_A_x2F_C">
  
<text transform="matrix(0.9965 0 0 1 447.8486 12.79)" fill="#13110C" font-family="'Helvetica'" font-size="5.9999">With auto A/C</text>
  
</g>
</g>

With auto A/C

why for group name g id is creating like "With_auto_A_x2F_C"> for special characters like "/" changed to x2F and " " characters changed to "_" why can anybody help me to solve this issue.

also can you provide me all special characters conversion for xml code.

Thanks,

Yogesh.v

TOPICS
Scripting

Views

439

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Valorous Hero ,
Jul 18, 2017 Jul 18, 2017

Copy link to clipboard

Copied

LATEST

It just does that, so you can either use no characters which may cause such issues, or you can use the new Web Optimized SVG Export.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines