C
chadedge
Excuse me if I'm repeating a few different posts (I've spent the last 6
hours reading newsgroups and creating snippets that may help).
Here's my issue: I am using infoPath to create a form that developers
will use to generate XML 'script' files (Module, Chapter, Step -> step
text, step name, step instruction). I need to insert simple HTML (bold,
paragraph break, font color) for use by Flash MX 2004. The Flash app
consumes our XML and displays fields, nodes, and attributes.
I've solved the "my:" issue (rebuilding based off my own XML file);
however, I need to allow a developer (while using infoPath) to add
basic HTML that will be consumed by Flash at a later time.
Currently, if I use a Rich-Text field, I get XHTML as a result (sorry,
Flash can't consume <div> and <strong> tags). If a developer pastes
HTML (<b> and <p> tags), those are converted to < b < (of course
it does; nice touch).
Not being able to save out the XML exactly as we need is a
deal-breaker; Once a form is saved as XML, it will not be reopened in
infoPath (this is a one-time event in 99% of cases; if we have to
reopen, I'll have to come up with some other solution).
Beyond writing an entirely new app that takes the XML and converts the
XHTML to HTML, is there a way to do this from within infoPath?
I'm a basic ActionScript, PHP, (web languages) programmer (giving you
an idea of my skill level), so xpath stuff and digging into vbscript is
uphill for me, but I'm not above following along.
hours reading newsgroups and creating snippets that may help).
Here's my issue: I am using infoPath to create a form that developers
will use to generate XML 'script' files (Module, Chapter, Step -> step
text, step name, step instruction). I need to insert simple HTML (bold,
paragraph break, font color) for use by Flash MX 2004. The Flash app
consumes our XML and displays fields, nodes, and attributes.
I've solved the "my:" issue (rebuilding based off my own XML file);
however, I need to allow a developer (while using infoPath) to add
basic HTML that will be consumed by Flash at a later time.
Currently, if I use a Rich-Text field, I get XHTML as a result (sorry,
Flash can't consume <div> and <strong> tags). If a developer pastes
HTML (<b> and <p> tags), those are converted to < b < (of course
it does; nice touch).
Not being able to save out the XML exactly as we need is a
deal-breaker; Once a form is saved as XML, it will not be reopened in
infoPath (this is a one-time event in 99% of cases; if we have to
reopen, I'll have to come up with some other solution).
Beyond writing an entirely new app that takes the XML and converts the
XHTML to HTML, is there a way to do this from within infoPath?
I'm a basic ActionScript, PHP, (web languages) programmer (giving you
an idea of my skill level), so xpath stuff and digging into vbscript is
uphill for me, but I'm not above following along.