Hi Dominic,
Thanks for this, this looks very interested.
Thanks again
Richard
~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RV
Also, take a look at this if you are needing to manage xml docs in any way:
http://betterxml.riaforge.org/
It lets you do use XPath for CRUD operations on XML which can speed things
up and simplifies code, e.g. to delete all comments from an xml file:
xmlFile.Delete('//comment()');
xml
On Thursday 08 Nov 2007, Richard White wrote:
> MyDoc.rows.XmlChildren[1].XmlAttributes.id
If you think about it, this works the same as structs - struct.id ===
struct["ID"].
--
Tom Chiverton
Helping to augmentatively monetize internet applications
on: http://thefalken.livejournal.com
thanks for your replies that worked perfect :)
~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8
Archive:
h
Try
MyDoc.rows.XmlChildren[1].XmlAttributes["id"]
instead...
HTH
On 08/11/2007, Richard White <[EMAIL PROTECTED]> wrote:
> Hi,
>
> we are building an xml document through coldfusion.
>
> when we add an attribute like the followingL
>
> MyDoc.rows.XmlChildren[1].XmlAttributes.id
>
> in the xml d
> we are building an xml document through coldfusion.
>
> when we add an attribute like the followingL
>
> MyDoc.rows.XmlChildren[1].XmlAttributes.id
>
> in the xml document the id attribute is showing as uppercase
> ID. we need to have it print in the xml document as lower case.
I don't know
6 matches
Mail list logo