Click here to Skip to main content
16,009,407 members

Comments by jaya_11 (Top 16 by date)

jaya_11 23-Mar-12 0:07am View    
Hi Shahin,

I tried to copy paste the xaml code but when i submit its not showing complete xaml.

Please try this at your end.

1) Convert any html in which fontsize is 'em' based. like <P style="fontsize: 2.5em;".

2) Convert it to xaml. You will get the same error.

Thanks,
Jaya joshi
jaya_11 23-Mar-12 0:03am View    
Deleted
xaml is like this:


<FlowDocument xml:space="preserve" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Paragraph>A story</Paragraph><Paragraph><Rn FontSize="1.38em"> Manuscript End</Run></Paragraph><Paragraph /><Paragraph /><Paragraph /><Paragraph /><Paragraph>Introduction</Paragraph><Paragraph>Whether you’re </Paragraph></FlowDocument>
jaya_11 23-Mar-12 0:00am View    
Deleted
Xaml is like this:

<FlowDocument xml:space="preserve" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Paragraph>A story</Paragraph>
<Paragraph><Run FontSize="1.38em"> ManuscriptEnd</Run>
</Paragraph>
<Paragraph /><Paragraph />
<Paragraph /><Paragraph />
<Paragraph>Introduction</Paragraph>
<Paragraph>Whether you’re </Paragraph>
</FlowDocument>
jaya_11 22-Mar-12 23:58pm View    
Deleted
Preview 0
Xaml is like this:

<flowdocument xml:space="preserve" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"><Paragraph>A story</Paragraph><Paragraph><run fontsize="1.38em"> Manuscript End</Paragraph><Paragraph /><Paragraph /><Paragraph /><Paragraph /><Paragraph>Introduction</Paragraph><Paragraph>Whether you’re </Paragraph>
jaya_11 22-Mar-12 8:47am View    
I tried to copy the xaml(converted html to xaml), but its not showing complete xaml. Actually, the line in xaml which throws error is like:

Font size value inside Run tag(in xaml) is 1.35em.