Click here to Skip to main content
15,881,657 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Group XML by category Pin
blindcapt2-Apr-09 18:59
blindcapt2-Apr-09 18:59 
AnswerRe: Group XML by category Pin
Lee Humphries16-Apr-09 0:32
professionalLee Humphries16-Apr-09 0:32 
QuestionXSLT and the xml:base-uri attribute Pin
Lea Hayes31-Mar-09 11:51
Lea Hayes31-Mar-09 11:51 
Questiongenerate a result based on a XML file [modified] Pin
alexyxj31-Mar-09 6:36
alexyxj31-Mar-09 6:36 
AnswerRe: generate a result based on a XML file Pin
alexyxj31-Mar-09 6:37
alexyxj31-Mar-09 6:37 
GeneralRe: generate a result based on a XML file Pin
alexyxj3-Apr-09 11:00
alexyxj3-Apr-09 11:00 
QuestionRelaxNG Attribute Override Pin
Lea Hayes31-Mar-09 2:39
Lea Hayes31-Mar-09 2:39 
QuestionUpdate InfoPath option button using XML Pin
hoonzis26-Mar-09 5:54
hoonzis26-Mar-09 5:54 
Hello,

I am developing quite complex workflow using SharePoint and Workflow foundation. The WF is started on a InfoPath form and through the process of the workflow values of fields are changed programaticaly in the infopath form.

So far I had only textboxes which I was changing using this method:

MemoryStream myInStream = new MemoryStream(lFile.OpenBinary());
XmlDocument myDoc = new XmlDocument();
myDoc.Load(myInStream);

XmlNode myRoot = myDoc.DocumentElement;
XmlNamespaceManager xmlNSManager = new XmlNamespaceManager(myDoc.NameTable);

XmlNode node = myRoot.SelectSingleNode("/my:fieldPath", xmlNSManager);
node.InnerText = "Text which I want to put in the textbox";


Now I have a Option button(Radio button), where you can swich from 3 values. I would like to be able to select one of these values programatically.

I've checked the XML definition of the InfoPath form and I thought that I could just use the InnerText property and insert the proper text(text of one of the choices). But that is not working.

I am new to InfoPath and I am not a member of any IP forums so I said I will try my luck here in CP Smile | :)

thank you for any suggestions

Honga
QuestionInclude superscript and subscript in a XML. Pin
Vishnu Nath26-Mar-09 3:05
Vishnu Nath26-Mar-09 3:05 
AnswerRe: Include superscript and subscript in a XML. Pin
scottgp26-Mar-09 3:32
professionalscottgp26-Mar-09 3:32 
QuestionHow to include Word Place Holders into my xslt? Pin
Tejabhiram25-Mar-09 3:58
Tejabhiram25-Mar-09 3:58 
AnswerRe: How to include Word Place Holders into my xslt? Pin
led mike25-Mar-09 11:38
led mike25-Mar-09 11:38 
GeneralRe: How to include Word Place Holders into my xslt? Pin
Tejabhiram25-Mar-09 18:58
Tejabhiram25-Mar-09 18:58 
GeneralRe: How to include Word Place Holders into my xslt? Pin
led mike26-Mar-09 4:50
led mike26-Mar-09 4:50 
QuestionLinq to Xml Programming Pin
JimBob SquarePants24-Mar-09 6:58
JimBob SquarePants24-Mar-09 6:58 
AnswerCross Posted Pin
led mike24-Mar-09 8:44
led mike24-Mar-09 8:44 
GeneralRe: Cross Posted Pin
JimBob SquarePants24-Mar-09 13:54
JimBob SquarePants24-Mar-09 13:54 
AnswerRe: Cross Posted [modified] Pin
George L. Jackson28-Mar-09 11:05
George L. Jackson28-Mar-09 11:05 
QuestionTransform XML document Pin
sonukadole23-Mar-09 20:39
sonukadole23-Mar-09 20:39 
AnswerRe: Transform XML document [modified] Pin
George L. Jackson24-Mar-09 3:47
George L. Jackson24-Mar-09 3:47 
AnswerRe: Transform XML document Pin
logiclabz27-Mar-09 8:09
logiclabz27-Mar-09 8:09 
GeneralRe: Transform XML document Pin
George L. Jackson28-Mar-09 11:03
George L. Jackson28-Mar-09 11:03 
QuestionSerialize object with XSLT ref Pin
Ido22-Mar-09 22:20
Ido22-Mar-09 22:20 
AnswerThe Answer is: Pin
Ido22-Mar-09 23:06
Ido22-Mar-09 23:06 
QuestionAttribute centric XML file from SQL Server Pin
CrimeanTurtle200822-Mar-09 0:06
CrimeanTurtle200822-Mar-09 0:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.