• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

XML and XSD

Run it through an XML validator. Most XML parser engines will perform XSD validation. An IDE such as XMLSPY will validate it for you.
 
You apply the schema to the XML file. How you do that is different depending on what language, parser, etc. you are using.

Oh, and there is a software forum. Just Google for your specific platform and you'll find probably thousands of examples.
 
Originally posted by: IHateMyJob2004
AWESOME! Thanks for the tips.

Also, in the future, should this be in the software forum?

Unless you are coding XML with a hammer and chisel to a stone, then yes...
 
Originally posted by: DaFinn
Originally posted by: IHateMyJob2004
AWESOME! Thanks for the tips.

Also, in the future, should this be in the software forum?

Unless you are coding XML with a hammer and chisel to a stone, then yes...

is it weird that i know a guy who wants exactly this on his tombstone?

edit for typo
 
Originally posted by: hotchilisauce
Originally posted by: DaFinn
Originally posted by: IHateMyJob2004
AWESOME! Thanks for the tips.

Also, in the future, should this be in the software forum?

Unless you are coding XML with a hammer and chisel to a stone, then yes...

is it weird that i know a guy who want's exactly this on his tombstone?

Uhhh... :Q

XML is nice and all, but... tombstone!
 
Originally posted by: hotchilisauce
is it weird that i know a guy who wants exactly this on his tombstone?
You mean something like

</DaveSimmons>

or

<worms>
<crawl>in</crawl>
<crawl>out</crawl>
<play>pinochle on my snout</play>
</worms>

?
That's wacky.
 
Back
Top