Hi,
I am working on converting one form of xml to other form using XSLT.
When tried to convert the below xml file using XSLT, "parser error: PCDATA invalid Char value 2" is displayed. Can any one help how to resolve this issue?
[Code]
<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by JIRA 91 at Thu Oct 23 06:52:25 EDT 2008 -->
<rss version="0.92">
<channel>
<title>Sentin el Issue Tracking System</title>
<link>http://bugs.esecurity. net:8090</link>
<description>Th is file is an XML representation of some issues</description>
<language>en</language>
<item>
<description> <![CDATA[
thiseventtgYe ar2005tgMonth 12tgDay23tg Hour06tgMinut e29tgSecond5 3RN30C2 CNSRAVANEC 529EI529 ET5LSecu ritySNSecur ityTaudit failureUNT AUTHORITY\SYSTE MCSLogon/Logoff MLogon FailureXMLo gon Failure: Reason: Unknown user name or bad password User Name: 0075 Domain: APPLABS Logon Type: 7 Logon Process: User32 Authentication Package: Negotiate Workstation Name: SRAVAN IS0075APPL ABS7User32 NegotiateSRAV AN]]></description>
</item>
</channel>
</rss>
Encoding of the xml is UTF-8 and my xslt also outputs to an xml with an encoding of UTF-8.
Any help in this regard is highly appreciated.
Thanks,
Saritha
I am working on converting one form of xml to other form using XSLT.
When tried to convert the below xml file using XSLT, "parser error: PCDATA invalid Char value 2" is displayed. Can any one help how to resolve this issue?
[Code]
<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by JIRA 91 at Thu Oct 23 06:52:25 EDT 2008 -->
<rss version="0.92">
<channel>
<title>Sentin el Issue Tracking System</title>
<link>http://bugs.esecurity. net:8090</link>
<description>Th is file is an XML representation of some issues</description>
<language>en</language>
<item>
<description> <![CDATA[
thiseventtgYe ar2005tgMonth 12tgDay23tg Hour06tgMinut e29tgSecond5 3RN30C2 CNSRAVANEC 529EI529 ET5LSecu ritySNSecur ityTaudit failureUNT AUTHORITY\SYSTE MCSLogon/Logoff MLogon FailureXMLo gon Failure: Reason: Unknown user name or bad password User Name: 0075 Domain: APPLABS Logon Type: 7 Logon Process: User32 Authentication Package: Negotiate Workstation Name: SRAVAN IS0075APPL ABS7User32 NegotiateSRAV AN]]></description>
</item>
</channel>
</rss>
Encoding of the xml is UTF-8 and my xslt also outputs to an xml with an encoding of UTF-8.
Any help in this regard is highly appreciated.
Thanks,
Saritha
Comment