BoulderBum
Programmer
Can you legally use '#' in an attribute in XML?
For example:
<someElement someAttribute="some # value"/>
Apparently a Web Service we use didn't like the '#' character when used in an address. The service has been known to be a bit quirky in the past, however (we suspect they're hand-coding their parsing instead of using any API), so I want to determine if this is a mistake THEY should be looking into, or something WE botched.
For example:
<someElement someAttribute="some # value"/>
Apparently a Web Service we use didn't like the '#' character when used in an address. The service has been known to be a bit quirky in the past, however (we suspect they're hand-coding their parsing instead of using any API), so I want to determine if this is a mistake THEY should be looking into, or something WE botched.