Questions tagged [xsd]

XSD is short for XML Schema Definition. It describes a set of rules against which an XML-formatted document can be checked.

11 questions
4
votes
1 answer

How to associate XML file with XSD file in Eclipse for autocomplete?

Does anyone know what plug-in I need with Eclipse to associate an XML file with an XSD schema so that autocomplete is enabled? And also what steps need to be taken?
patrick
  • 1,273
3
votes
2 answers

Transform a DTD in a XSD Schema

Are there any tool out there to convert a DTD file to a XSD one?
Jonathan
  • 247
2
votes
1 answer

Wrap paragraphs in paragraph tags in Microsoft Excel

I am using the export as XML feature in Microsoft Excel, I have an XML Schema Definition like so:
George Reith
  • 133
  • 1
  • 7
1
vote
1 answer

Where is the schema designer in Visual Studio 2008?

I remember running into this problem last year, and I solved it by working with Visual Studio 2005. Does VS 2008 not have an xsd designer?
bobobobo
  • 5,460
1
vote
1 answer

Excel output XML using XSLT

I am attempting to use xml2json-xslt to convert my Excel generated XML to JSON data. It is written in XSL 1.0 so I can run it from the browser and it works just fine. However I would like to include it in my workflow from Excel so I can…
George Reith
  • 133
  • 1
  • 7
1
vote
1 answer

Sorting XML having xsd format using xslt

Sort XML with xsd format in ascending order Because of xsd format in XML my xslt solution was not working ,what must be used in case of xsd? Here is my XML Input: 4 1 …
Harshi
  • 11
1
vote
1 answer

xjc segmentation fault with xsd file

I'm trying to use xjc to generate Java classes from a DDEX schema, http://service.ddex.net/xml/ern/381/release-notification.xsd, but when I run the xjc tool it says Segmentation Fault right away. How do I figure out what is wrong with the xsd file…
0
votes
2 answers

Browser plugin for XSD Validation of an xml document

What I am looking for is something similar to this plug-in for FireFox 0.8 to 1.0.x. I want a plug-in that will do XSD validation against an xml document currently loaded into the browser.
0
votes
1 answer

Does excel for mac support xml maps?

On PC, Since Office 2003, there is XML support through the XML Maps panel using XML Schema(XSD). I can't seem to work my way around the Office for Mac website. Does anyone know, are XML Maps supported on the Mac version of Office as well ?
0
votes
2 answers

Cannot use XSD to export data as XML because maps are not exportable

Disclaimer: This is only my second time using XML and am a complete novice. Apologies in advance for the text dump. I have been tasked with leveraging an XML schema to export and upload data from XLS tables. The governing group provided a format…
0
votes
1 answer

DTD or XSD for XML attribute where enumeration list includes null

My goal/question is to understand how to create DTD or Schema for XML where an enumeration of values for an attribute can include null as a valid value. The W3C spec for XML defines attribute validity constraints, one of which is an Enumeration.…
TonyG
  • 230