# Get string from XML

**URL:** https://forum.kirupa.com/t/get-string-from-xml/259673
**Category:** flash
**Created:** [May 7, 2008, 5:37pm UTC](https://forum.kirupa.com/t/get-string-from-xml/259673 "2008-05-07T17:37:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![maikid](https://avatars.discourse-cdn.com/v4/letter/m/8baadc/32.png) [@maikid](https://forum.kirupa.com/u/maikid)
#### Post date: [May 7, 2008, 5:37pm UTC](https://forum.kirupa.com/t/get-string-from-xml/259673/1 "2008-05-07T17:37:38Z")

</div>

Someone know how can i get only **title** string from a XML like this? In as2.

\<?xml version=“1.0” encoding=“UTF-8”?\>\<simpleviewergallery maxImageWidth = “760” maxImageHeight = “700” textColor = “0xffffff” frameColor = “0x333333” frameWidth = “3” stagePadding = “40” navPadding = “40” thumbnailColumns = “3” thumbnailRows = “3” navPosition = “left” vAlign = “center” hAlign = “center” **title** = “Here the title” enableRightClickOpen = “true” backgroundImagePath = “” imagePath = “” thumbPath = “”\>\</simpleviewergallery\>
