Published at: 12:05 am - Wednesday May 17 2006
I’ve experienced a strange behaviour in CF when dealing with external XML entities. What I wanted to do was basically to break down an XML document into several smaller chunks of XML. Shouldn’t be too difficult, hmmm?
I had two xml files, both located in the same folder:
a.xml:
<?xml version=”1.0″?>
<!DOCTYPE myDT [
<!ENTITY config SYSTEM "b.xml">
]>
<juhu>
&config;
</juhu>
b.xml:
<b>
<name>abc</name>
</b>
</pre>
Following the rules [...]
Published at: 12:05 am - Tuesday May 16 2006
Ever ended up with the following error?
“An error occured while Parsing an XML document.
The processing instruction target matching “[xX][mM][lL]” is not allowed.”
It happened to me today when I was trying to parse a highly complex chunk of XML with XMLParse(). Eventually I found out that it came down to basically a SAXParseException and it was [...]
Published at: 12:05 am - Sunday May 14 2006
Today I was trying to set up Mystic beta 3 for my multiserver configuration on my work machine. I run CF 7, Flex 1.5 and some more instances containing Java apps on JRun 4 (Windows box, default installation on C drive).
When I was stepping through the installation wizard of Mystic all was fine up to [...]
Published at: 12:05 am - Friday May 12 2006
Something really interesting – well, at least if you try to fix it and it doesn’t work …
I’ve tried to use GetAuthUser() within a new ModelGlue application I’m just writing. The idea was to put the username of the person currently logged in into the event by using arguments.event.setValue within a controller method. For [...]
Published at: 12:05 am - Friday May 12 2006
It was rather quiet during the last 1.5 months. Well, sorry for that, some things regarding life outside internet and web caught my attention Basically I was really busy continuing our settlement process in New Zealand, got a mortgage, bought a house and got some visa conditions removed. But now, I’m pretty much [...]