RE: [xsl] Encription problem

Subject: RE: [xsl] Encription problem
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Sat, 13 Jul 2002 12:14:39 +0200
Your XML file contains characters that are not allowed in XML content (such
as ASCII 31).

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Sachidanandam
> E K
> Sent: Saturday, July 13, 2002 11:29 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Encription problem
>
>
>
> <FTPConnection HostName="10.161.13.38" Port="21" UserID="tt"
> Password="R?o&#x1A;3B&lt;^u?OA&#x1;&#x1F;&#x1F;&amp;"
> /><iRecipeConnection UserID="JUDEPC\testuser"
> Password="&#x18;6c~di@6P&#x1F;&#x15;a=ah?" />
>
> This is part of xml.If I save this as unicode file it parse it as
> valid xml.
>
> My problem is If I use dom object and try to load this xml,it fails.
>
> Full xml is below.
>
> <Recipe ID=""
> State="1"><RecipeAttributes><Specifier>iRecipe&gt;/RecipeAgents/St
> epper1</Sp
> ecifier></RecipeAttributes><Description>Stepper 1 of
> ES20</Description><VersionData><Version
> ID="">1</Version><VersionAttrib><ApprovalCode>0</ApprovalCode><Exe
> cutable>0<
> /Executable><Verified>0</Verified><Comments
> /><DeploymentInfo>.</DeploymentInfo></VersionAttrib><UserAttribLis
> t><UserAtt
> ribute><AttribName>KTIRRecipeContentType</AttribName><AttribValue>
> KTIRRecipe
> XML</AttribValue></UserAttribute></UserAttribList><RecipeData ID=""
> ContentType="KTIRRecipeXML"><RecipeContents><RecipeAgentConfig><Tool
> AgentName="Stepper1" Description="Stepper 1 of ES20"
> AgentID="{A7908752-F8AC-40d0-9B94-76CB6ADFE4C3}"
> /><Connection><FTPConnection HostName="10.161.13.38" Port="21"
> UserID="tt" Password="R?o&#x1A;3B&lt;^u?OA&#x1;&#x1F;&#x1F;&amp;"
> /><iRecipeConnection UserID="JUDEPC\testuser"
> Password="&#x18;6c~di@6P&#x1F;&#x15;a=ah?" /></Connection><ToolMonitor
> Enable="0" Path="xx" Depth="-1"><MinuteAlarm Minutes="59"
> /><!--<WeeklyAlarm
> DayofWeek="Sunday" Time="00:00:00.10"
> />!--></ToolMonitor><ToolDistribution
> Enable="0" Path="c:\hari\jude" AutoDeleteOnTool="0"
> iRecipeSubscriberID="1"><MinuteAlarm Minutes="59"
> /></ToolDistribution><ToolScrubbing Enable="0"><MinuteAlarm Minutes="59"
> /></ToolScrubbing><iRecipeStorage Translator="" Path="ES20&gt;/Stepper1/"
> /></RecipeAgentConfig></RecipeContents></RecipeData></VersionData>
> </Recipe>
>
>
> Looking for reply..
>
> Cheers!!
> Sachi
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread