I know this question has been asked several times over. For some reason I
cannot get it to sink in.
I would like to create a xml document fragment (<--I think that's what I
want, tell me if I'm wrong) that "looks" like this:
<Level1 att=? att2=? att3=?>
<Level2a>
<Level3a...
more >>
Hi,
Another silly question - by default if I define a specific element as a
string (xsd:string) in a schema, if I validate a document against that
schema and the element is empty, should it, or should it not pass through
successfully??
Basically, I know there is an <empty> tag to put in the...
more >>
Okay, this is probably a really stupid question - but I just can't figure it
out.
I have a large xml document which is being transformed into another using
..net xsl - some elements inside of which do not have any data at some times
but do at others. If they don't have any data, I want to sup...
more >>