Go Back   CodingForums.com > :: Client side development > XML

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-24-2013, 07:47 AM   PM User | #1
nixen09
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
nixen09 is an unknown quantity at this point
Smile Hardcode String in Xml in Silverlight

i am new to xml in silverlight.i have one small xml file below

<FlowActivities>

<SequenceFlow >

<FlowWriteLine>

hiiii

</FlowWriteLine>

</SequenceFlow>

</FlowActivities>

in this i want to hardcode some namespace in rootnode.like

<FlowActivities x:Class="WorkflowConsoleApplication1.modify"
xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities"
mc:Ignorable="sap2010"
xmlns:mc="http://schemas.openxmlformats.org/markup- compatibility/2006"
sap2010:ExpressionActivityEditor.ExpressionActivityEditor="C#"
xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation"
xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

<SequenceFlow >

<FlowWriteLine>

hiiii

</FlowWriteLine>

</SequenceFlow>

</FlowActivities>

for getting this wht i have to do..? pls sort this out..?
nixen09 is offline   Reply With Quote
Reply

Bookmarks

Tags
silverlight, xml

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:48 PM.


Advertisement
Log in to turn off these ads.