No Picture

View your IP address

20 October 2007 iby 0

A quick way to view your IP address is by using the command IPCONFIG. Just start a command prompt: Start -> Run -> Cmd and then type:

No Picture

Shutdown XP Faster

17 October 2007 iby 0

When XP is shutting down it checks that all applications and services are shut down. Sometimes, some of the services are not shutting down, thus XP gives them time to shut down on its own. […]

No Picture

Problems when loading XML

16 October 2007 iby 0

A load will not work if the document contains a DTD / Schema definition where the validation file cannot be found! Ex. a XML containing the following will not be able to be loaded because […]

No Picture

XML in Navision

12 October 2007 iby 2

In Navision there are 2 ways to handle XMLs. In all versions it is possible to use the automation Microsoft XML and from Navision 4 it is possible to use XML ports. XML ports are […]

No Picture

XML Schemas & DTDs

11 October 2007 iby 0

XML are validated with a DTD or with an XML Schema. Document Type Definition (DTD) defines the legal elements of an XML Document. <!DOCTYPE note SYSTEM “external.dtd”> <root> XML Schema is an XML-based alternativ to […]

No Picture

XML Rules

10 October 2007 iby 0

Following rules must be applied when working with XML: Single, unique root element Matching open/close tags Consistent capitalisation Correctly nested elements (no overlapping elements) Attribute values enclosed in quotes No repeating attributes in an element

No Picture

XML syntax

9 October 2007 iby 0

XML documents must contain a root element. All other elements must be nested within the root element. All elements can have sub (children) elements. Elements with sub elements are also called Nodes.

No Picture

What is XML?

8 October 2007 iby 0

XML stands for eXtensible Markup Language XML is a markup language like HTML XML provides a uniform method for describing and exchanging structured data Describes structure and semantics, not formatting XML focuses on providing information […]