i hope i post this in the right forum
So does anyone of you have experiences with pulling data from MySQL via PHP into an XML scheme?
Code: Select all
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xs:simpleType name="accessType">
- <xs:restriction base="xs:string">
<xs:enumeration value="intern" />
<xs:enumeration value="public" />
<xs:enumeration value="user" />
</xs:restriction>
</xs:simpleType>This is not a 'Hey Guys do my work and write my code' post - i just need an initial idea to do this.
Greez and TiA,
- bluenote