Hi there,

Our engineering team continues to move forward with supplying XML content for 
us to parse. Previously, we had worked out how to transform all of the 
attribute values into separate elements. One of these elements is a description 
and they want to format this content using \n, \t, and \b (new lines, tabs, and 
bullets). For example:

<cDesc>
This is a description of a command. The command does the following:\n
\t\bDoes something\n
\t\bDoes something else\n
\t\bDoes another thing\n\n
That's the end.
</cDesc>

They are aslo wanting to use variables, which are contained in another XML 
file. They are referenced thusly:

<cSyntax>Parameter{$[MinValue]:$[MaxValue]}</cSyntax>

And this should resolve as: Parameter{0:4096}

I have not yet seen what the variables XML file looks like.

Are these things possible and if they are, any guidance on how to accomplish 
this?

Thank you,
C2


_______________________________________________

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com
Visit the list's homepage at  http://www.frameusers.com
Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
Subscribe and unsubscribe at 
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Send administrative questions to listad...@frameusers.com

Reply via email to