tags:

views:

98

answers:

1

how to see what is inside

[CDATA[I3NpZGUtYmFyIHVsIGxpIGhyLnNlcGFyYXRvciB7DQogICBoZWlnaHQ6IDAuNWVtOw0KICAgY29sb3I6IGJsYWNrOw0KICAgd2lkdGg6IDEwMCU7DQp9DQoNCmxpLnNlY3Rpb25oZWFkZXINCnsNCiAgdGV4dC1hbGlnbjogY2VudGVyOw0KICBmb250LXNpemU6IG1lZGl1bTsNCiAgYm9yZGVyLXRvcDogMnB4IGRvdWJsZSByZ2IoMTUzLDE1MywxNTMpOw0KICBib3JkZXItYm90dG9tOiAxcHggc29saWQgcmdiKDE1MywxNTMsMTUzKTsNCn0NCg0K]]
+6  A: 

There you go, the data was base64 encoded. I decoded it using an online utility. You can see the output below.

#side-bar ul li hr.separator {
   height: 0.5em;
   color: black;
   width: 100%;
}

li.sectionheader
{
  text-align: center;
  font-size: medium;
  border-top: 2px double rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}
Sam152
ohhh thanks, I didn't know it was base64. I would have googled at least. I just tried googling "decode CDATA"
Yeah, it was just a guess, its not usually encoded in this manner.
Sam152
http://stackoverflow.com/questions/201479/what-is-the-use-of-base-64-encoding
DanM
I was hoping it'd be something more risqué
J Cooper